Add missing ID into the ID map
This commit is contained in:
parent
755835ef3d
commit
c523701c2d
1 changed files with 1 additions and 0 deletions
|
@ -1609,6 +1609,7 @@ fn init_id_map() -> FxHashMap<Cow<'static, str>, usize> {
|
|||
map.insert("blanket-implementations-list".into(), 1);
|
||||
map.insert("deref-methods".into(), 1);
|
||||
map.insert("layout".into(), 1);
|
||||
map.insert("aliased-type".into(), 1);
|
||||
map
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue