Skip to content

Commit

Permalink
Merge pull request #292 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 f55a5d2 + 15a1d64 commit 14be209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Expand Up @@ -84,6 +84,7 @@ fn compile_probe(rustc_bootstrap: bool) -> bool {
.arg("--edition=2018")
.arg("--crate-name=thiserror")
.arg("--crate-type=lib")
.arg("--cap-lints=allow")
.arg("--emit=dep-info,metadata")
.arg("--out-dir")
.arg(out_dir)
Expand Down

0 comments on commit 14be209

Please sign in to comment.