This commit is contained in:
dylan_DPC 2018-07-20 18:40:52 +05:30
parent 4e3339efda
commit dbb756ded7
3 changed files with 1 additions and 5 deletions

View File

@ -2932,5 +2932,3 @@ fn super_visit_with<V: TypeVisitor<'tcx>>(&self, visitor: &mut V) -> bool {
}
}
}

View File

@ -544,5 +544,3 @@ pub fn write_mir_fn<'a, 'tcx, V: Idx>(
writeln!(w, "}}")?;
Ok(())
}