Преглед на файлове

chore(cli): fix clippy errors (#9330)

Amr Bashir преди 1 година
родител
ревизия
b78f90bc9c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tooling/cli/src/mobile/mod.rs

+ 1 - 1
tooling/cli/src/mobile/mod.rs

@@ -229,7 +229,7 @@ fn env() -> Result<Env, EnvError> {
   Ok(env)
 }
 
-pub struct OptionsHandle(Runtime, ServerHandle);
+pub struct OptionsHandle(#[allow(unused)] Runtime, #[allow(unused)] ServerHandle);
 
 /// Writes CLI options to be used later on the Xcode and Android Studio build commands
 pub fn write_options(identifier: &str, mut options: CliOptions) -> crate::Result<OptionsHandle> {