pacify the merciless tidy

This commit is contained in:
Niko Matsakis 2016-03-24 07:11:11 -04:00
parent ed7c30b888
commit 091a00797e
1 changed files with 2 additions and 1 deletions

View File

@ -667,7 +667,8 @@ macro_rules! make_mir_visitor {
fn super_substs(&mut self, _substs: & $($mutability)* &'tcx Substs<'tcx>) {
}
fn super_closure_substs(&mut self, _substs: & $($mutability)* &'tcx ClosureSubsts<'tcx>) {
fn super_closure_substs(&mut self,
_substs: & $($mutability)* &'tcx ClosureSubsts<'tcx>) {
}
fn super_const_val(&mut self, _substs: & $($mutability)* ConstVal) {