Skip to content

Commit

Permalink
Make compatible with -Dwarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 12, 2024
1 parent 5443719 commit a2eb7dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ fn compile_probe(rustc_bootstrap: bool) -> bool {
.arg("--crate-name=anyhow")
.arg("--crate-type=lib")
.arg("--emit=dep-info,metadata")
.arg("--cap-lints=allow")
.arg("--out-dir")
.arg(out_dir)
.arg(probefile);
Expand Down

0 comments on commit a2eb7dd

Please sign in to comment.