Skip to content

Commit e205fba

Browse files
committed
Use last good clippy lints JSON in codegen
1 parent a6393fb commit e205fba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xtask/src/codegen/lints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub struct LintGroup {
8383
let lints_json = project_root().join("./target/clippy_lints.json");
8484
cmd!(
8585
sh,
86-
"curl https://rust-lang.github.io/rust-clippy/stable/lints.json --output {lints_json}"
86+
"curl -f https://raw.githubusercontent.com/rust-lang/rust-clippy/21fd71e3fe6eb063cfb619ecc37b1023f5283894/beta/lints.json --output {lints_json}"
8787
)
8888
.run()
8989
.unwrap();

0 commit comments

Comments
 (0)