From 5cbdae75e7a2773f1abcb95bd4d105fcc9df9562 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 5 Jul 2020 12:47:15 -0400 Subject: [PATCH] Remove cargo-completion formula relates to Homebrew/homebrew-core#57029, Homebrew/homebrew-core#57494 --- Library/Homebrew/missing_formula.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library/Homebrew/missing_formula.rb b/Library/Homebrew/missing_formula.rb index 43e2fdf7b3..8205a56634 100644 --- a/Library/Homebrew/missing_formula.rb +++ b/Library/Homebrew/missing_formula.rb @@ -85,6 +85,10 @@ module Homebrew cargo is part of the rust formula: brew install rust EOS + when "cargo-completion" then <<~EOS + cargo-completion is part of the rust formula: + brew install rust + EOS when "uconv" then <<~EOS uconv is part of the icu4c formula: brew install icu4c