Skip to content

Commit 8e74205

Browse files
committed
build: allow dead code in the fork
1 parent 5a40ad9 commit 8e74205

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ fn main() {
4545
.arg("https://github.com/jmbryan4/uniffi-bindgen-cs")
4646
.arg("--branch")
4747
.arg("upgrade/uniffi-rs-0.31.0-clean")
48+
.env("RUSTFLAGS", "-A dead_code")
4849
.stdout(Stdio::inherit())
4950
.stderr(Stdio::inherit())
5051
.status()

0 commit comments

Comments
 (0)