Skip to content

Commit af1e5b3

Browse files
committed
chore(implicit_features): Update lint description
1 parent 20b3734 commit af1e5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/lints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ impl From<TomlLintLevel> for LintLevel {
144144
/// [RFC #3491]: https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html
145145
const IMPLICIT_FEATURES: Lint = Lint {
146146
name: "implicit_features",
147-
desc: "warn about the use of unstable features",
147+
desc: "implicit features for optional dependencies is deprecated and will be unavailable in the 2024 edition",
148148
groups: &[],
149149
default_level: LintLevel::Allow,
150150
edition_lint_opts: Some((Edition::Edition2024, LintLevel::Deny)),

0 commit comments

Comments
 (0)