cargo-completion: add rust conflict

This commit is contained in:
James Morris 2017-04-28 12:30:08 -04:00 committed by FX Coudert
parent ae146ac6f5
commit 7d99cb0bc6

View file

@ -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"