Skip to content

Commit 539fcf0

Browse files
committed
Revert "Demonstrate that the check makes CI fail"
This reverts commit f55924e.
1 parent 3211c29 commit 539fcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_dev/src/stderr_length_check.rs

Lines changed: 1 addition & 1 deletion
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 = 320;
1111

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

0 commit comments

Comments
 (0)