···9595 pub type_references: ReferenceMap,
96969797 /// This map is used to access the nodes of modules that were not
9898- /// aliased, given their full name.
9898+ /// aliased, given their name.
9999 /// We need this to keep track of references made to imports by unqualified
100100 /// values/types: when an unqualified item is used we want to add an edge
101101 /// pointing to the import it comes from, so that if the item is used the
···287287 // unused!
288288 self.current_node = self.create_node(used_name.clone(), EntityLayer::Module);
289289 // Also we want to register the fact that if this alias is used then the
290290- // import is used: so we add a reference from the alias to the full import
290290+ // import is used: so we add a reference from the alias to the import
291291 // we've just added.
292292 self.register_module_reference(module_name.clone());
293293