cargo-completion: add rust conflict
This commit is contained in:
parent
ae146ac6f5
commit
7d99cb0bc6
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ class CargoCompletion < Formula
|
|||
|
||||
bottle :unneeded
|
||||
|
||||
conflicts_with "rust", :because => "both install shell completion for cargo"
|
||||
|
||||
def install
|
||||
bash_completion.install "src/etc/cargo.bashcomp.sh" => "cargo"
|
||||
zsh_completion.install "src/etc/_cargo"
|
||||
|
|
Loading…
Reference in a new issue