mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 13:48:26 +00:00
cargo clippy --fix
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user