]> git.lizzy.rs Git - rust.git/blobdiff - clippy_utils/Cargo.toml
Auto merge of #7379 - popzxc:issue-7305, r=flip1995
[rust.git] / clippy_utils / Cargo.toml
index f8312154196850a22d6906d8277f4cdf6abf7d07..6ede9011208305f5905f25435744c1bf8e735ce2 100644 (file)
@@ -1,18 +1,23 @@
 [package]
 name = "clippy_utils"
-version = "0.1.52"
+version = "0.1.55"
 authors = ["The Rust Clippy Developers"]
 edition = "2018"
+publish = false
 
 [dependencies]
 if_chain = "1.0.0"
 itertools = "0.9"
 regex-syntax = "0.6"
 serde = { version = "1.0", features = ["derive"] }
-smallvec = { version = "1", features = ["union"] }
-toml = "0.5.3"
 unicode-normalization = "0.1"
 rustc-semver="1.1.0"
 
 [features]
+deny-warnings = []
 internal-lints = []
+metadata-collector-lint = []
+
+[package.metadata.rust-analyzer]
+# This crate uses #[feature(rustc_private)]
+rustc_private = true