Skip to main content

Make this happy

ID
d27a10d
date
2025-01-07 07:42:28+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
8edf239
message
Make this happy
changed files
1 file, 2 additions, 2 deletions

Changed files

src/main.rs (11013) → src/main.rs (11042)

diff --git a/src/main.rs b/src/main.rs
index aa48635..9b32bdb 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,4 +1,4 @@
-#![deny(warnings)]
+// #![deny(warnings)]
 
 use std::io::IsTerminal;
 use std::path::PathBuf;
@@ -300,7 +300,7 @@ mod tests {
             .failure()
             .code(1)
             .stdout("")
-            .stderr(expected_error)
+            .stderr(predicate::str::contains(expected_error))
     }
 
     #[test]