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 f55a5d2 commit 15a1d64
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 15a1d64

Please sign in to comment.