Skip to content

Commit

Permalink
Merge pull request #354 from dtolnay/deadcode
Browse files Browse the repository at this point in the history
Make compatible with -Dwarnings
  • Loading branch information
dtolnay committed Mar 12, 2024
2 parents 5443719 + a2eb7dd commit 8be9091
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 8be9091

Please sign in to comment.