mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 16:35:26 +00:00
Decrease line length limit for stderr files
This commit is contained in:
@@ -7,7 +7,7 @@ use std::io::prelude::*;
|
||||
// The maximum length allowed for stderr files.
|
||||
//
|
||||
// We limit this because small files are easier to deal with than bigger files.
|
||||
const LIMIT: usize = 245;
|
||||
const LIMIT: usize = 220;
|
||||
|
||||
pub fn check() {
|
||||
let stderr_files = stderr_files();
|
||||
|
||||
Reference in New Issue
Block a user