mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-05 13:57:38 +03:00
Make compatible with -Dwarnings
This commit is contained in:
parent
f55a5d28da
commit
15a1d647cf
1 changed files with 1 additions and 0 deletions
1
build.rs
1
build.rs
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue