Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit bc21ea7

Browse files
committed
Fix a clippy warning
1 parent 251d0f1 commit bc21ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo-semver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ impl<'a> WorkInfo<'a> {
496496
opts.cli_features.features = Rc::new(
497497
s.split(' ')
498498
.map(InternedString::new)
499-
.map(|f| FeatureValue::new(f))
499+
.map(FeatureValue::new)
500500
.collect(),
501501
);
502502
}

0 commit comments

Comments
 (0)