refactor: remove unused old code and reduce clone#1208
refactor: remove unused old code and reduce clone#1208HerringtonDarkholme merged 2 commits intomainfrom
Conversation
|
Warning Review failedThe pull request is closed. WalkthroughThe changes in Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant match_node_non_recursive
participant match_node_impl
participant match_leaf_meta_var
participant Aggregator
User->>match_node_non_recursive: call with (goal, &candidate, env)
match_node_non_recursive->>match_node_impl: call with (goal, &candidate, agg)
match_node_impl->>Aggregator: call match_terminal(&node)
Aggregator-->>match_node_impl: return Option<()>
match_node_impl->>match_leaf_meta_var: call with (mv, &candidate, env)
match_leaf_meta_var-->>match_node_impl: return Option<()>
match_node_impl-->>match_node_non_recursive: return Option<()>
match_node_non_recursive-->>User: return Option<()>
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1208 +/- ##
==========================================
+ Coverage 72.23% 73.65% +1.42%
==========================================
Files 76 76
Lines 5301 5196 -105
==========================================
- Hits 3829 3827 -2
+ Misses 1472 1369 -103 ☔ View full report in Codecov by Sentry. |
Summary by CodeRabbit