Optimization #4599
closedOptimization #4591: Fix Rust clippy lints
Fix warning about "ptr_arg"
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 "ptr_arg", or along the lines of "writing `&Vec<_>` instead of `&[_]` involves one more reference and cannot be used with non-Vec-based slices"
For more details on this warning, check
https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg
More information on the parent issue.
Updated by Juliana Fajardini Reichow about 2 years ago
Hello!
Sure, thanks. We'll assign it to you. Meanwhile, feel free to start working on it. :)
Updated by Juliana Fajardini Reichow about 2 years ago
- Assignee set to Anonymous
Updated by Anonymous about 2 years ago
- Status changed from New to In Review
Pull request: #8002 (https://github.com/OISF/suricata/pull/8002)
Updated by Juliana Fajardini Reichow about 2 years ago
A PR was done for this, although I think the person has decided not to work on this anymore (can't find their account anymore):
Updated by Victor Julien about 2 years ago
- Status changed from In Review to New
- Target version deleted (
7.0.0-beta1)
Updated by Victor Julien about 2 years ago
- Status changed from New to In Review
- Assignee set to Jason Ish
- Target version set to 7.0.0-beta1
Guess this is part of Jason's staging branch.
Updated by Shivani Bhardwaj about 2 years ago
- Status changed from In Review to Closed