Actions
Optimization #4605
closed
JF
MF
Optimization #4591: Fix Rust clippy lints
Fix warning about "unnecessary nested match"
Optimization #4605:
Fix warning about "unnecessary nested match"
Effort:
Difficulty:
Label:
Beginner, Good First Issue, Outreachy, Rust
Description
We are working on cleaning our Rust code from lint warnings.
For resolving this issue, please check the rust code and fix warnings related to "collapsible match".
For more details on this warning, check
https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_match
More information on the parent issue.
MF Updated by Modupe Falodun over 4 years ago
Can I claim this ticket?
SB Updated by Shivani Bhardwaj over 4 years ago
Sure. :) Please self assign.
MF Updated by Modupe Falodun over 4 years ago
- Assignee set to Modupe Falodun
MF Updated by Modupe Falodun over 4 years ago
- Status changed from New to Assigned
MF Updated by Modupe Falodun over 4 years ago
PR for review: https://github.com/OISF/suricata/pull/6515
MF Updated by Modupe Falodun over 4 years ago
Merged PR: https://github.com/OISF/suricata/pull/6548
MF Updated by Modupe Falodun over 4 years ago
- Status changed from Assigned to Closed
VJ Updated by Victor Julien over 3 years ago
- Target version set to 7.0.0-beta1
Actions