diff options
Diffstat (limited to '')
-rw-r--r-- | patches/alejandra-no-noise.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/alejandra-no-noise.patch b/patches/alejandra-no-noise.patch new file mode 100644 index 0000000..2675643 --- /dev/null +++ b/patches/alejandra-no-noise.patch @@ -0,0 +1,13 @@ +diff --git i/src/alejandra_cli/src/verbosity.rs w/src/alejandra_cli/src/verbosity.rs +index 9c739a7..c99f1f9 100644 +--- i/src/alejandra_cli/src/verbosity.rs ++++ w/src/alejandra_cli/src/verbosity.rs +@@ -7,7 +7,7 @@ pub(crate) enum Verbosity { + + impl Verbosity { + pub(crate) fn allows_info(&self) -> bool { +- matches!(self, Verbosity::Everything) ++ return false; + } + + pub(crate) fn allows_errors(&self) -> bool { |