Improvements from PR feedback
This commit is contained in:
parent
a85670652a
commit
8906040445
5 changed files with 18 additions and 23 deletions
|
|
@ -44,7 +44,7 @@ pub const FN: [&str; 3] = ["core", "ops", "Fn"];
|
|||
pub const FN_MUT: [&str; 3] = ["core", "ops", "FnMut"];
|
||||
pub const FN_ONCE: [&str; 3] = ["core", "ops", "FnOnce"];
|
||||
pub const FROM_FROM: [&str; 4] = ["core", "convert", "From", "from"];
|
||||
pub const FROM_ITERATOR_TRAIT: [&str; 3] = ["std", "iter", "FromIterator"];
|
||||
pub const FROM_ITERATOR: [&str; 3] = ["std", "iter", "FromIterator"];
|
||||
pub const FROM_TRAIT: [&str; 3] = ["core", "convert", "From"];
|
||||
pub const FUTURE_FROM_GENERATOR: [&str; 3] = ["core", "future", "from_generator"];
|
||||
pub const HASH: [&str; 3] = ["core", "hash", "Hash"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue