]> git.lizzy.rs Git - rust.git/blobdiff - clippy_dev/src/stderr_length_check.rs
Decrease maximum length for stderr files
[rust.git] / clippy_dev / src / stderr_length_check.rs
index ba8e5f83ef4e2a764a861552a39c0704125060b8..3049c45ddc8685cf7757b913af7233b94dad65a6 100644 (file)
@@ -7,7 +7,7 @@
 // The maximum length allowed for stderr files.
 //
 // We limit this because small files are easier to deal with than bigger files.
-const LIMIT: usize = 320;
+const LIMIT: usize = 275;
 
 pub fn check() {
     let stderr_files = stderr_files();