File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -254,10 +254,6 @@ _cargo() {
254
254
'--dry-run[perform all checks without uploading]'
255
255
;;
256
256
257
- read-manifest)
258
- _arguments -s -S $common $manifest
259
- ;;
260
-
261
257
remove | rm)
262
258
_arguments -s -A "^--" $common $manifest \
263
259
"--dev[remove as a dev dependency]" \
@@ -356,10 +352,6 @@ _cargo() {
356
352
'*:package:_cargo_package_names'
357
353
;;
358
354
359
- verify-project)
360
- _arguments -s -S $common $manifest
361
- ;;
362
-
363
355
version)
364
356
_arguments -s -S $common
365
357
;;
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ _cargo()
74
74
local opt__package=" $opt_common $opt_mani $opt_feat $opt_lock $opt_parallel --allow-dirty -l --list --no-verify --no-metadata --index --registry --target --target-dir"
75
75
local opt__pkgid=" $opt_common $opt_mani $opt_lock $opt_pkg "
76
76
local opt__publish=" $opt_common $opt_mani $opt_feat $opt_lock $opt_parallel --allow-dirty --dry-run --token --no-verify --index --registry --target --target-dir"
77
- local opt__read_manifest=" $opt_help $opt_quiet $opt_verbose $opt_mani $opt_color $opt_lock --no-deps"
78
77
local opt__remove=" $opt_common $opt_pkg $opt_lock $opt_mani --dry-run --dev --build --target"
79
78
local opt__rm=" $opt__remove "
80
79
local opt__report=" $opt_help $opt_verbose $opt_color future-incompat future-incompatibilities"
@@ -90,7 +89,6 @@ _cargo()
90
89
local opt__uninstall=" $opt_common $opt_lock $opt_pkg --bin --root"
91
90
local opt__update=" $opt_common $opt_mani $opt_lock $opt_pkg --aggressive --recursive --precise --dry-run"
92
91
local opt__vendor=" $opt_common $opt_mani $opt_lock $opt_sync --no-delete --respect-source-config --versioned-dirs"
93
- local opt__verify_project=" $opt_common $opt_mani $opt_lock "
94
92
local opt__version=" $opt_common $opt_lock "
95
93
local opt__yank=" $opt_common $opt_lock --version --undo --index --token --registry"
96
94
local opt__libtest=" --help --include-ignored --ignored --test --bench --list --logfile --nocapture --test-threads --skip -q --quiet --exact --color --format"
You can’t perform that action at this time.
0 commit comments