style(linter/forward-ref-uses-ref): move Rule trait impl directly below declare_oxc_linter#15386
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Performance ReportMerging #15386 will not alter performanceComparing Summary
Footnotes
|
4637f0e to
66294ec
Compare
4de0f23 to
989b8e3
Compare
66294ec to
14cec97
Compare
Merge activity
|
…elow `declare_oxc_linter` (#15386)
There was a problem hiding this comment.
Pull Request Overview
This PR reorganizes the implementation order in the forward_ref_uses_ref.rs file by moving the Rule trait implementation for ForwardRefUsesRef to appear immediately after the rule declaration, before the helper function check_forward_ref_inner. This improves code organization by placing the main rule implementation closer to its declaration, making the file structure more intuitive to read.
- Moved
impl Rule for ForwardRefUsesRefblock from aftercheck_forward_ref_innerto immediately after the rule declaration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
14cec97 to
77b603e
Compare

No description provided.