Skip to content

Commit

Permalink
rust: remove conflicts with rust-analyzer and rustfmt
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 26776d1 commit e2e9734
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Formula/r/rust.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ class Rust < Formula
uses_from_macos "curl"
uses_from_macos "zlib"

conflicts_with "rust-analyzer", because: "both install `rust-analyzer` binary"
conflicts_with "rustfmt", because: "both install `cargo-fmt` and `rustfmt` binaries"

# From https://github.com/rust-lang/rust/blob/#{version}/src/stage0.json
resource "cargobootstrap" do
on_macos do
Expand Down

0 comments on commit e2e9734

Please sign in to comment.