Skip to content

Commit f79cb3c

Browse files
committed
Metadata collection: Collecting Applicability assign values
1 parent 45a801a commit f79cb3c

File tree

4 files changed

+74
-300
lines changed

4 files changed

+74
-300
lines changed

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ syn = { version = "1", features = ["full"] }
3636
deny-warnings = []
3737
# build clippy with internal lints enabled, off by default
3838
internal-lints = ["clippy_utils/internal-lints"]
39-
metadata-collector-lint = ["serde_json"]
39+
metadata-collector-lint = ["serde_json", "clippy_utils/metadata-collector-lint"]
4040

4141
[package.metadata.rust-analyzer]
4242
# This crate uses #[feature(rustc_private)]

0 commit comments

Comments
 (0)