We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0189a41 commit f92bd16Copy full SHA for f92bd16
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 = 275;
+const LIMIT: usize = 300;
11
12
pub fn check() {
13
let stderr_files = stderr_files();
0 commit comments