Skip to content

Commit dad3fce

Browse files
address review
Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
1 parent 6990fc3 commit dad3fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_resolve/src/ident.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
10681068
// This is used to check whether we can definitively accept a glob as a resolution.
10691069
fn single_import_can_define_name(
10701070
&mut self,
1071-
resolution: &RefMut<'_, NameResolution<'ra>>,
1071+
resolution: &NameResolution<'ra>,
10721072
binding: Option<NameBinding<'ra>>,
10731073
ns: Namespace,
10741074
ignore_import: Option<Import<'ra>>,

0 commit comments

Comments
 (0)