Skip to content

Commit 89b2e23

Browse files
committed
rollup merge of #21157: steveklabnik/deprecation
2 parents 550255d + 29e5d8d commit 89b2e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/str/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ mod traits {
11471147

11481148
/// Any string that can be represented as a slice
11491149
#[unstable = "Instead of taking this bound generically, this trait will be \
1150-
replaced with one of slicing syntax, deref coercions, or \
1150+
replaced with one of slicing syntax (&foo[]), deref coercions, or \
11511151
a more generic conversion trait"]
11521152
pub trait Str {
11531153
/// Work with `self` as a slice.

0 commit comments

Comments
 (0)