We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6393fb commit e205fbaCopy full SHA for e205fba
1 file changed
xtask/src/codegen/lints.rs
@@ -83,7 +83,7 @@ pub struct LintGroup {
83
let lints_json = project_root().join("./target/clippy_lints.json");
84
cmd!(
85
sh,
86
- "curl https://rust-lang.github.io/rust-clippy/stable/lints.json --output {lints_json}"
+ "curl -f https://raw.githubusercontent.com/rust-lang/rust-clippy/21fd71e3fe6eb063cfb619ecc37b1023f5283894/beta/lints.json --output {lints_json}"
87
)
88
.run()
89
.unwrap();
0 commit comments