summaryrefslogtreecommitdiffstats
path: root/completions/_rustup
blob: 1bcf44da7b38c2b331636d41163f187693914815 (plain)
1
2
3
4
5
6
7
# 3rd party completion loader for rustup                   -*- shell-script -*-
#
# This serves as a fallback in case the completion is not installed otherwise.

eval -- "$("$1" completions bash rustup 2>/dev/null)"

# ex: filetype=sh