Skip to content

Commit c476e22

Browse files
committed
fixup: Remove one unintentional change
1 parent cbfa6ba commit c476e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/rustc_resolve/src/imports.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
471471
resolution.glob_binding = Some(this.select_glob_binding(
472472
glob_binding,
473473
old_glob_binding,
474-
warn_ambiguity,
474+
false,
475475
));
476476
} else {
477477
resolution.glob_binding = Some(glob_binding);

0 commit comments

Comments
 (0)