fix rustfmt

This commit is contained in:
Oliver Schneider 2016-12-25 17:49:39 +01:00 committed by GitHub
parent 93333f0d7b
commit ba59ba3afc

View File

@ -287,7 +287,7 @@ fn visit_ty(&mut self, ty: &'tcx Ty) {
self.record(&None);
}
}
}
},
_ => (),
}
walk_ty(self, ty);