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 40b5853 commit cbc1ebaCopy full SHA for cbc1eba
1 file changed
build.rs
@@ -120,7 +120,6 @@ fn compile_probe(rustc_bootstrap: bool) -> bool {
120
.arg("--crate-type=lib")
121
.arg("--cap-lints=allow")
122
.arg("--emit=dep-info,metadata")
123
- .arg("--cap-lints=allow")
124
.arg("--out-dir")
125
.arg(&out_subdir)
126
.arg(probefile);
0 commit comments