]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/Cargo.toml
Use DefId in interning defined symbol lint
[rust.git] / clippy_lints / Cargo.toml
index 9b8ff266f5c389f92cb2ed6f3793acca036affa7..a9516560a61952c9bb6d58acd168805cccd1f35a 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.212"
+version = "0.1.51"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
@@ -37,3 +37,5 @@ syn = { version = "1", features = ["full"] }
 
 [features]
 deny-warnings = []
+# build clippy with internal lints enabled, off by default
+internal-lints = []