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:
Fabian Homborg 2022-03-10 15:14:16 +01:00 committed by GitHub
parent 959e17face
commit 3941ded193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,3 @@
complete -c rustup
set -l subcmds \
show \
update \