We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo fix
Ideally, when a deprecation happens because of a rename, cargo fix could rename it for you.
We could make the deprecation warning issue the correct suggestion by adding another field to the rustc_deprecated attribute, as in:
rustc_deprecated
#[rustc_deprecated(renamed = "std::str::str::trim_start")]