1
Fork 0

This doesn't seem necessary?

This commit is contained in:
mitaa 2016-02-28 16:38:51 +01:00
parent d78f19ebbd
commit 938c8c18c4
4 changed files with 17 additions and 37 deletions

View file

@ -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