alphabetize paths to pass dogfood
This commit is contained in:
parent
ddad5e0f86
commit
8e6abc6fd7
@ -40,8 +40,8 @@ pub const LINKED_LIST: [&'static str; 3] = ["alloc", "linked_list", "LinkedList"
|
||||
pub const LINT: [&'static str; 3] = ["rustc", "lint", "Lint"];
|
||||
pub const LINT_ARRAY: [&'static str; 3] = ["rustc", "lint", "LintArray"];
|
||||
pub const MEM_FORGET: [&'static str; 3] = ["core", "mem", "forget"];
|
||||
pub const MEM_ZEROED: [&'static str; 3] = ["core", "mem", "zeroed"];
|
||||
pub const MEM_UNINIT: [&'static str; 3] = ["core", "mem", "uninitialized"];
|
||||
pub const MEM_ZEROED: [&'static str; 3] = ["core", "mem", "zeroed"];
|
||||
pub const MUTEX: [&'static str; 4] = ["std", "sync", "mutex", "Mutex"];
|
||||
pub const OPEN_OPTIONS: [&'static str; 3] = ["std", "fs", "OpenOptions"];
|
||||
pub const OPS_MODULE: [&'static str; 2] = ["core", "ops"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user