You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust 1.60 introduced the dep:foo syntax, which removed the ambiguity between a feature name and an optional crate name, so we no longer need the use- prefix.
Let's change it and deprecate the old ones.
The text was updated successfully, but these errors were encountered:
Rust 1.60 introduced the
dep:foo
syntax, which removed the ambiguity between a feature name and an optional crate name, so we no longer need theuse-
prefix.Let's change it and deprecate the old ones.
The text was updated successfully, but these errors were encountered: