Commit 23f53c0
committed
style(syntax): name trait method param without underscore (oxc-project#9119)
Follow-on after oxc-project#9093. Style nit. Name unused param of `VisitMutModuleRecord::visit_span` without an underscore. This makes no difference to code's behavior, but produces nicer naming hints in IDE.
Also `#[inline(always)]` the method, as it's a no-op.1 parent b164072 commit 23f53c0
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
469 | 471 | | |
470 | 472 | | |
471 | 473 | | |
| |||
0 commit comments