mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 11:47:04 +08:00
completions/rustup: Remove errant complete -c
This was an oversight in 7fb3880b96
, and would have spewed the existing rustup completions if this file was sourced twice (which probably won't happen given autoloading, to be fair).
This commit is contained in:
parent
959e17face
commit
3941ded193
|
@ -1,5 +1,3 @@
|
|||
complete -c rustup
|
||||
|
||||
set -l subcmds \
|
||||
show \
|
||||
update \
|
||||
|
|
Loading…
Reference in New Issue
Block a user