Explorar el Código

fix: allow deadcode for rustflags

Jonathan Kelley hace 8 meses
padre
commit
6216a26a40
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/cli/src/builder/build.rs

+ 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();