Commit 19bec64
committed
fix(extractor): remove unreachable duplicate match arms in Rust match_js_node (#1399)
The PR moved class_static_block and field_definition earlier in the match block
(lines 771/773) but left identical arms below (lines 786/787) as dead code.
Removing them eliminates Rust unreachable_patterns warnings.1 parent a7832ab commit 19bec64
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
780 | 780 | | |
781 | 781 | | |
782 | 782 | | |
783 | | - | |
784 | | - | |
785 | | - | |
786 | | - | |
787 | | - | |
788 | 783 | | |
789 | 784 | | |
790 | 785 | | |
| |||
0 commit comments