Show that it will pick up the entirely wrong function as a private candidate
This commit is contained in:
parent
5e8df95dbb
commit
14f9c63759
4 changed files with 22 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ use std::path::{Path, PathBuf};
|
|||
const ENTRY_LIMIT: u32 = 900;
|
||||
// FIXME: The following limits should be reduced eventually.
|
||||
|
||||
const ISSUES_ENTRY_LIMIT: u32 = 1674;
|
||||
const ISSUES_ENTRY_LIMIT: u32 = 1675;
|
||||
|
||||
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
|
||||
"rs", // test source files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue