Skip to content

Commit 2133ace

Browse files
committed
Removed trailing whitespace
1 parent 137a63c commit 2133ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/check/writeback.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ impl<'cx, 'gcx, 'tcx> WritebackCx<'cx, 'gcx, 'tcx> {
184184
let index_ty = tables.expr_ty_adjusted(&index);
185185
let index_ty = self.fcx.resolve_type_vars_if_possible(&index_ty);
186186

187-
if base_ty.builtin_index().is_some()
187+
if base_ty.builtin_index().is_some()
188188
&& index_ty == self.fcx.tcx.types.usize {
189189
// Remove the method call record
190190
tables.type_dependent_defs_mut().remove(e.hir_id);

0 commit comments

Comments
 (0)