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.
1 parent fe25282 commit c951a3cCopy full SHA for c951a3c
clippy_dev/src/serve.rs
@@ -15,8 +15,8 @@ pub fn run(port: u16, lint: Option<&str>) -> ! {
15
16
loop {
17
if mtime("util/gh-pages/lints.json") < mtime("clippy_lints/src") {
18
- Command::new("python3")
19
- .arg("util/export.py")
+ Command::new("cargo")
+ .arg("collect-metadata")
20
.spawn()
21
.unwrap()
22
.wait()
0 commit comments