We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo dev lint
1 parent 3e3715c commit 8a9d550Copy full SHA for 8a9d550
clippy_dev/src/lint.rs
@@ -17,7 +17,7 @@ pub fn run<'a>(path: &str, args: impl Iterator<Item = &'a String>) {
17
.args(["run", "--bin", "clippy-driver", "--"])
18
.args(["-L", "./target/debug"])
19
.args(["-Z", "no-codegen"])
20
- .args(["--edition", "2021"])
+ .args(["--edition", "2024"])
21
.arg(path)
22
.args(args)
23
// Prevent rustc from creating `rustc-ice-*` files the console output is enough.
0 commit comments