mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
chore(cli): fix clippy errors (#9330)
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user