pacify the merciless tidy

This commit is contained in:
Niko Matsakis
2016-03-24 07:11:11 -04:00
parent ed7c30b888
commit 091a00797e
+2 -1
View File
@@ -667,7 +667,8 @@ fn super_ty(&mut self, _ty: & $($mutability)* Ty<'tcx>) {
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) {