This doesn't seem necessary?
This commit is contained in:
parent
d78f19ebbd
commit
938c8c18c4
4 changed files with 17 additions and 37 deletions
|
@ -374,7 +374,7 @@ fn init_ids() -> HashMap<String, usize> {
|
|||
"deref-methods",
|
||||
"implementations",
|
||||
"derived_implementations"
|
||||
].into_iter().map(|id| (String::from(*id), 1)).collect::<HashMap<_, _>>()
|
||||
].into_iter().map(|id| (String::from(*id), 1)).collect()
|
||||
}
|
||||
|
||||
/// This method resets the local table of used ID attributes. This is typically
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue