File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ _cargo()
54
54
local opt__check=" $opt_common $opt_pkg_spec $opt_feat $opt_mani $opt_lock $opt_jobs $opt_targets --message-format --target --release --profile --target-dir"
55
55
local opt__c=" $opt__check "
56
56
local opt__clean=" $opt_common $opt_pkg $opt_mani $opt_lock --target --release --doc --target-dir --profile"
57
+ local opt__clippy=" $opt_common $opt_pkg_spec $opt_feat $opt_mani $opt_lock $opt_jobs $opt_targets --message-format --target --release --profile --target-dir --no-deps --fix"
57
58
local opt__doc=" $opt_common $opt_pkg_spec $opt_feat $opt_mani $opt_lock $opt_jobs --message-format --bin --bins --lib --target --open --no-deps --release --document-private-items --target-dir --profile"
58
59
local opt__d=" $opt__doc "
59
60
local opt__fetch=" $opt_common $opt_mani $opt_lock --target"
You can’t perform that action at this time.
0 commit comments