rust: remove conflicts with cargo-completion

Closes #32352.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
Chongyu Zhu 2018-09-22 23:05:48 +08:00
parent 5a5c8da907
commit b80bdff506
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

View file

@ -48,8 +48,6 @@ class Rust < Formula
depends_on "pkg-config"
depends_on "llvm" => :optional
conflicts_with "cargo-completion", :because => "both install shell completion for cargo"
# According to the official readme, GCC 4.7+ is required
fails_with :gcc_4_0
fails_with :gcc