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.
2 parents efa84cd + 993c7a1 commit 6e30aeeCopy full SHA for 6e30aee
xtask/src/codegen/gen_lint_completions.rs
@@ -27,7 +27,7 @@ pub(crate) fn generate_lint_completions() -> Result<()> {
27
generate_feature_descriptor(&mut contents, "./target/rust/src/doc/unstable-book/src".into())?;
28
contents.push('\n');
29
30
- cmd!("curl http://rust-lang.github.io/rust-clippy/master/lints.json --output ./target/clippy_lints.json").run()?;
+ cmd!("curl https://rust-lang.github.io/rust-clippy/master/lints.json --output ./target/clippy_lints.json").run()?;
31
generate_descriptor_clippy(&mut contents, &Path::new("./target/clippy_lints.json"))?;
32
let contents = reformat(&contents)?;
33
0 commit comments