We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
link_overwrite
rustfmt
1 parent 64cf8d3 commit 489f748Copy full SHA for 489f748
Formula/r/rust.rb
@@ -46,6 +46,8 @@ class Rust < Formula
46
uses_from_macos "zlib"
47
48
link_overwrite "etc/bash_completion.d/cargo"
49
+ # These used to belong in `rustfmt`.
50
+ link_overwrite "bin/cargo-fmt", "bin/git-rustfmt", "bin/rustfmt", "bin/rustfmt-*"
51
52
# From https://github.com/rust-lang/rust/blob/#{version}/src/stage0
53
resource "cargobootstrap" do
0 commit comments