Skip to content

Commit 4249254

Browse files
committed
Order cap-lints flag in the same order as thiserror build script
1 parent f2b963a commit 4249254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ fn compile_probe(rustc_bootstrap: bool) -> bool {
157157
.arg("--edition=2018")
158158
.arg("--crate-name=anyhow")
159159
.arg("--crate-type=lib")
160-
.arg("--emit=dep-info,metadata")
161160
.arg("--cap-lints=allow")
161+
.arg("--emit=dep-info,metadata")
162162
.arg("--out-dir")
163163
.arg(&out_subdir)
164164
.arg(probefile);

0 commit comments

Comments
 (0)