1
0
Эх сурвалжийг харах

fix: allow deadcode for rustflags

Jonathan Kelley 8 сар өмнө
parent
commit
6216a26a40

+ 1 - 0
packages/cli/src/builder/build.rs

@@ -321,6 +321,7 @@ impl BuildRequest {
         cargo_args
     }
 
+    #[allow(dead_code)]
     pub(crate) fn rust_flags(&self) -> String {
         let mut rust_flags = std::env::var("RUSTFLAGS").unwrap_or_default();