Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
This commit is contained in:
commit
336c8d2e9c
35 changed files with 182 additions and 182 deletions
|
|
@ -997,7 +997,7 @@ impl<'a, 'tcx> Resolver<'a, 'tcx> {
|
|||
/// Resolves all imports for the crate. This method performs the fixed-
|
||||
/// point iteration.
|
||||
fn resolve_imports(&mut self) {
|
||||
let mut i = 0u;
|
||||
let mut i = 0;
|
||||
let mut prev_unresolved_imports = 0;
|
||||
loop {
|
||||
debug!("(resolving imports) iteration {}, {} imports left",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue