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

This commit is contained in:
Amr Bashir 2024-04-01 17:44:12 +02:00 committed by GitHub
parent a804a70a7a
commit b78f90bc9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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> {