This commit is contained in:
Richard Feldman 2020-06-20 13:45:03 -04:00
parent 920b530008
commit 461e166254
16 changed files with 279 additions and 488 deletions

View file

@ -411,7 +411,7 @@ pub fn pre_constrain_imports(
for &symbol in references.iter() {
let module_id = symbol.module_id();
// We used this one, so clearly it is not unused!
// We used this module, so clearly it is not unused!
unused_imports.remove(&module_id);
if module_id.is_builtin() {