mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
Use last good clippy lints JSON in codegen
This commit is contained in:
@@ -83,7 +83,7 @@ pub struct LintGroup {
|
||||
let lints_json = project_root().join("./target/clippy_lints.json");
|
||||
cmd!(
|
||||
sh,
|
||||
"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}"
|
||||
)
|
||||
.run()
|
||||
.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user