Skip to content

Commit

Permalink
chore(cli): fix clippy errors (#9330)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Apr 1, 2024
1 parent a804a70 commit b78f90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/cli/src/mobile/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit b78f90b

Please sign in to comment.