We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f55a5d2 + 15a1d64 commit 14be209Copy full SHA for 14be209
build.rs
@@ -84,6 +84,7 @@ fn compile_probe(rustc_bootstrap: bool) -> bool {
84
.arg("--edition=2018")
85
.arg("--crate-name=thiserror")
86
.arg("--crate-type=lib")
87
+ .arg("--cap-lints=allow")
88
.arg("--emit=dep-info,metadata")
89
.arg("--out-dir")
90
.arg(out_dir)
0 commit comments