cargo clippy --fix

This commit is contained in:
Felix Schütt
2022-10-26 18:11:13 +02:00
parent 1e2617ca18
commit e8977ed335
4 changed files with 22 additions and 32 deletions

View File

@@ -2,10 +2,7 @@
//! Create a standalone native executable for a given Wasm file.
use super::ObjectFormat;
use crate::{
commands::{CrossCompile, PrefixerFn},
store::CompilerOptions,
};
use crate::{commands::PrefixerFn, store::CompilerOptions};
use anyhow::{Context, Result};
use clap::Parser;
#[cfg(feature = "pirita_file")]