Fixed linting

This commit is contained in:
Syrus
2020-06-18 13:08:44 -07:00
parent 5273fa0cae
commit e604d6db49
15 changed files with 24 additions and 50 deletions

View File

@@ -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