about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-01-21 09:13:42 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-01-21 09:13:42 -0800
commit89b2e231c6d62b9d0052d1a42ebe18fbce9546e8 (patch)
tree23a6149d521ad30790f4f1405a04ea8b7514f55d /src/libcore
parent550255d986cd31f4b6086a4a82cb58f4ca7e5f29 (diff)
parent29e5d8d483eb68ff8d796e0032677c80d3666f56 (diff)
downloadrust-89b2e231c6d62b9d0052d1a42ebe18fbce9546e8.tar.gz
rust-89b2e231c6d62b9d0052d1a42ebe18fbce9546e8.zip
rollup merge of #21157: steveklabnik/deprecation
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/str/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/str/mod.rs b/src/libcore/str/mod.rs
index 6a542b2c458..24d8b88b645 100644
--- a/src/libcore/str/mod.rs
+++ b/src/libcore/str/mod.rs
@@ -1147,7 +1147,7 @@ mod traits {
 
 /// Any string that can be represented as a slice
 #[unstable = "Instead of taking this bound generically, this trait will be \
-              replaced with one of slicing syntax, deref coercions, or \
+              replaced with one of slicing syntax (&foo[]), deref coercions, or \
               a more generic conversion trait"]
 pub trait Str {
     /// Work with `self` as a slice.