Skip to content

Commit cbc1eba

Browse files
committed
Delete duplicate cap-lints flag from build script
1 parent 40b5853 commit cbc1eba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ fn compile_probe(rustc_bootstrap: bool) -> bool {
120120
.arg("--crate-type=lib")
121121
.arg("--cap-lints=allow")
122122
.arg("--emit=dep-info,metadata")
123-
.arg("--cap-lints=allow")
124123
.arg("--out-dir")
125124
.arg(&out_subdir)
126125
.arg(probefile);

0 commit comments

Comments
 (0)