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.
1 parent 20b3734 commit af1e5b3Copy full SHA for af1e5b3
src/cargo/util/lints.rs
@@ -144,7 +144,7 @@ impl From<TomlLintLevel> for LintLevel {
144
/// [RFC #3491]: https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html
145
const IMPLICIT_FEATURES: Lint = Lint {
146
name: "implicit_features",
147
- desc: "warn about the use of unstable features",
+ desc: "implicit features for optional dependencies is deprecated and will be unavailable in the 2024 edition",
148
groups: &[],
149
default_level: LintLevel::Allow,
150
edition_lint_opts: Some((Edition::Edition2024, LintLevel::Deny)),
0 commit comments