summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-03-31 21:29:27 +0300
committerAzat Bahawi <azat@bahawi.net>2024-03-31 21:29:27 +0300
commit9a5427e3a0c0ccf2a82dc503149a26b23fbd6004 (patch)
treef28beec29deeea36038615a8fb98a810891940b5 /patches
parent4ad0c3afc1f6caf0c3f05f99a15b22178f2c190b (diff)
2024-03-31
Diffstat (limited to 'patches')
-rw-r--r--patches/alejandra-no-noise.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/patches/alejandra-no-noise.patch b/patches/alejandra-no-noise.patch
deleted file mode 100644
index 2675643..0000000
--- a/patches/alejandra-no-noise.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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 {