]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/Cargo.toml
Auto merge of #6782 - ojeda:readme-as-wrapper, r=flip1995
[rust.git] / clippy_lints / Cargo.toml
index 9b8ff266f5c389f92cb2ed6f3793acca036affa7..840341fefc6a2b2053f4b48dd593a4059ae3b795 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.212"
+version = "0.1.52"
 # 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 = []