mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +00:00
Fixed linting
This commit is contained in:
@@ -59,7 +59,7 @@ impl CompilerConfig for Singlepass {
|
||||
}
|
||||
|
||||
/// Gets the default features for this compiler in the given target
|
||||
fn default_features_for_target(&self, target: &Target) -> Features {
|
||||
fn default_features_for_target(&self, _target: &Target) -> Features {
|
||||
let mut features = Features::default();
|
||||
features.multi_value(false);
|
||||
features
|
||||
|
||||
Reference in New Issue
Block a user