We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92bd16 commit 9f73842Copy full SHA for 9f73842
clippy_dev/src/stderr_length_check.rs
@@ -7,7 +7,7 @@ use std::io::prelude::*;
7
// The maximum length allowed for stderr files.
8
//
9
// We limit this because small files are easier to deal with than bigger files.
10
-const LIMIT: usize = 300;
+const LIMIT: usize = 275;
11
12
pub fn check() {
13
let stderr_files = stderr_files();
0 commit comments