Skip to content

Commit 49fc41f

Browse files
committed
Running ./x.py fmt
1 parent 95be69d commit 49fc41f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/rustc_typeck/src/astconv/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,7 @@ impl<'o, 'tcx> dyn AstConv<'tcx> + 'o {
23272327
&generics.params[..],
23282328
visitor.0,
23292329
true,
2330-
true
2330+
true,
23312331
);
23322332
}
23332333

compiler/rustc_typeck/src/collect.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ fn reject_placeholder_type_signatures_in_item(tcx: TyCtxt<'tcx>, item: &'tcx hir
207207
&generics.params[..],
208208
visitor.0,
209209
suggest,
210-
false
210+
false,
211211
);
212212
}
213213

0 commit comments

Comments
 (0)