Skip to content

Commit 8194dc9

Browse files
committed
---
yaml --- r: 228062 b: refs/heads/try c: c5a0a73 h: refs/heads/master v: v3
1 parent a8757a5 commit 8194dc9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: aca2057ed5fb7af3f8905b2bc01f72fa001c35c8
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4-
refs/heads/try: 0da69969d1fc8d375867ff07dfcefa2c4a2e7724
4+
refs/heads/try: c5a0a73253dd5cbd1bde8b05b15b3e644ad2b37a
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/libcollections/str.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,7 @@ impl str {
483483
/// considered to be
484484
/// boundaries.
485485
///
486-
/// # Panics
487-
///
488-
/// Panics if `index` is greater than `self.len()`.
486+
/// Returns `false` if `index` is greater than `self.len()`.
489487
///
490488
/// # Examples
491489
///

0 commit comments

Comments
 (0)