Skip to content

Commit

Permalink
Fix indentation nit in src/librustc/mir/mod.rs.
Browse files Browse the repository at this point in the history
Co-Authored-By: bjorn3 <bjorn3@users.noreply.github.com>
  • Loading branch information
eddyb and bjorn3 committed Aug 12, 2019
1 parent 22127b1 commit d30f481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/mir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3388,6 +3388,6 @@ impl<'tcx> TypeFoldable<'tcx> for Constant<'tcx> {
}
}
fn super_visit_with<V: TypeVisitor<'tcx>>(&self, visitor: &mut V) -> bool {
self.literal.visit_with(visitor)
self.literal.visit_with(visitor)
}
}

0 comments on commit d30f481

Please sign in to comment.