We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc837fd commit 8402793Copy full SHA for 8402793
src/libsyntax/ext/expand.rs
@@ -698,10 +698,6 @@ impl Visitor<()> for NewNameFinderContext {
698
}
699
700
701
- fn visit_ty(&mut self, typ: &ast::Ty, _: ()) {
702
- visit::walk_ty(self, typ, ())
703
- }
704
-
705
706
707
// return a visitor that extracts the pat_ident paths
@@ -1051,11 +1047,6 @@ mod test {
1051
1047
_ => visit::walk_expr(self,expr,())
1052
1048
1053
1049
1054
1055
1056
1057
1058
1059
1050
1060
1061
// return a visitor that extracts the paths
0 commit comments