We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d32564 commit bbb8becCopy full SHA for bbb8bec
src/cargo/util/command_prelude.rs
@@ -253,8 +253,7 @@ pub trait CommandExt: Sized {
253
.short('F')
254
.help_heading(heading::FEATURE_SELECTION)
255
.add(clap_complete::ArgValueCandidates::new(|| {
256
- let candidates = get_feature_candidates();
257
- candidates.unwrap_or_default()
+ get_feature_candidates().unwrap_or_default()
258
})),
259
)
260
._arg(
0 commit comments