Actions
Optimization #4613
closedOptimization #4591: Fix Rust clippy lints
Fix warning about "large enum variant"
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 "large size difference between variants".
For more details on this warning, check
https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant
More information on the parent issue.
Updated by Jason Ish almost 2 years ago
- Status changed from New to Closed
- Target version set to 7.0.0-beta1
Merged to master via https://github.com/OISF/suricata/pull/8051.
Actions