core: Make a new tracking issue for prelude traits

The referenced issues here were both closed, so hook up a new issue which tracks
specifically the prelude traits being unstable.
This commit is contained in:
Alex Crichton 2016-03-07 16:34:35 -08:00
parent a38bf6e23d
commit aed7ddae8e
6 changed files with 7 additions and 7 deletions

View file

@ -1561,7 +1561,7 @@ mod traits {
#[doc(hidden)]
#[unstable(feature = "core_str_ext",
reason = "stable interface provided by `impl str` in later crates",
issue = "27701")]
issue = "32110")]
pub trait StrExt {
// NB there are no docs here are they're all located on the StrExt trait in
// libcollections, not here.