]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_lint/Cargo.toml
Rollup merge of #88030 - fee1-dead:fixme, r=oli-obk
[rust.git] / compiler / rustc_lint / Cargo.toml
index 90badd3d573a8e19a5c3d5d1caaaef1e2ff9b737..75a031a86b69b1391297a41e83aa0d091a44b3bb 100644 (file)
@@ -1,10 +1,10 @@
 [package]
-authors = ["The Rust Project Developers"]
 name = "rustc_lint"
 version = "0.0.0"
 edition = "2018"
 
 [dependencies]
+if_chain = "1.0"
 tracing = "0.1"
 unicode-security = "0.0.5"
 rustc_middle = { path = "../rustc_middle" }