diff --git a/src/libcore/str/mod.rs b/src/libcore/str/mod.rs index 6a542b2c4588..24d8b88b645f 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.