about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2024-09-05 17:00:37 +0200
committerPhilipp Krones <hello@philkrones.com>2024-09-05 17:00:37 +0200
commit87ce1d80693fecbf0638d3acb8aab4d31099e760 (patch)
tree0495a6bfe77495f5712cea4694133614998b2506 /src
parent663f20086a4b48dcd6d00b3be070bdd1c9c688b2 (diff)
parentc95c767663896297c7e818d678e4ba686d55fe64 (diff)
downloadrust-87ce1d80693fecbf0638d3acb8aab4d31099e760.tar.gz
rust-87ce1d80693fecbf0638d3acb8aab4d31099e760.zip
Merge remote-tracking branch 'upstream/master' into rustup
Diffstat (limited to 'src')
-rw-r--r--src/driver.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/driver.rs b/src/driver.rs
index 0ac3f35b446..414957938a4 100644
--- a/src/driver.rs
+++ b/src/driver.rs
@@ -268,8 +268,6 @@ pub fn main() {
                 },
                 _ => Some(s.to_string()),
             })
-            // FIXME: remove this line in 1.79 to only keep `--cfg clippy`.
-            .chain(vec!["--cfg".into(), r#"feature="cargo-clippy""#.into()])
             .chain(vec!["--cfg".into(), "clippy".into()])
             .collect::<Vec<String>>();