Closed
Description
For example, as of this writing, the StrAllocating::to_owned
method is annotated with #[deprecated = "obsolete, use
to_string"]
, but http://doc.rust-lang.org/std/str/trait.StrAllocating.html#method.to_owned gives no indication of that.