Skip to content

Commit 00d731b

Browse files
committed
Delete duplicate cap-lints flag from build script
1 parent d3188ea commit 00d731b

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
@@ -200,7 +200,6 @@ fn do_compile_probe(feature: &str, rustc_bootstrap: bool) -> bool {
200200
.arg("--crate-type=lib")
201201
.arg("--cap-lints=allow")
202202
.arg("--emit=dep-info,metadata")
203-
.arg("--cap-lints=allow")
204203
.arg("--out-dir")
205204
.arg(&out_subdir)
206205
.arg(probefile);

0 commit comments

Comments
 (0)