mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
pacify the merciless tidy
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user