Skip to content

Commit 9f73842

Browse files
committed
Reset STDERR limit back down to 275
1 parent f92bd16 commit 9f73842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_dev/src/stderr_length_check.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::io::prelude::*;
77
// The maximum length allowed for stderr files.
88
//
99
// We limit this because small files are easier to deal with than bigger files.
10-
const LIMIT: usize = 300;
10+
const LIMIT: usize = 275;
1111

1212
pub fn check() {
1313
let stderr_files = stderr_files();

0 commit comments

Comments
 (0)