Skip to content

Commit

Permalink
rust-analyzer: remove conflict with rust
Browse files Browse the repository at this point in the history
`rust` no longer ships `rust-analyzer` and `rustfmt` since Homebrew#140367.
  • Loading branch information
ZhongRuoyu committed Aug 31, 2023
1 parent e2e9734 commit 6b0ca69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Formula/r/rust-analyzer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ class RustAnalyzer < Formula

depends_on "rust" => :build

conflicts_with "rust", because: "both install `rust-analyzer` binary"

def install
cd "crates/rust-analyzer" do
system "cargo", "install", "--bin", "rust-analyzer", *std_cargo_args
Expand Down

0 comments on commit 6b0ca69

Please sign in to comment.