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:
parent
a38bf6e23d
commit
aed7ddae8e
6 changed files with 7 additions and 7 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue