Commit 6dced80
committed
Remove
Because the default is empty and it's never overridden. This means
`walk_ident` can also be removed, because it does nothing.visit_name from the AST visitor.1 parent ab44b5a commit 6dced80
File tree
2 files changed
+4
-18
lines changed- compiler
- rustc_ast_passes/src
- rustc_ast/src
2 files changed
+4
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 112 | + | |
118 | 113 | | |
119 | 114 | | |
120 | 115 | | |
| |||
267 | 262 | | |
268 | 263 | | |
269 | 264 | | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | 265 | | |
275 | 266 | | |
276 | 267 | | |
| |||
315 | 306 | | |
316 | 307 | | |
317 | 308 | | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
| 309 | + | |
323 | 310 | | |
324 | 311 | | |
325 | 312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
0 commit comments