We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b713c commit 756cb48Copy full SHA for 756cb48
src/tools/tidy/src/ui_tests.rs
@@ -17,7 +17,7 @@ use ignore::Walk;
17
const ENTRY_LIMIT: u32 = 901;
18
// FIXME: The following limits should be reduced eventually.
19
20
-const ISSUES_ENTRY_LIMIT: u32 = 1673;
+const ISSUES_ENTRY_LIMIT: u32 = 1674;
21
22
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
23
"rs", // test source files
0 commit comments