blob: 267564376337cc3a1d671a89e16d9863216a61fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 {
|