]> git.ipfire.org Git - thirdparty/suricata.git/commit
dns: fix clippy lint warnings
authorShivani Bhardwaj <shivani@oisf.net>
Fri, 13 Dec 2024 07:03:08 +0000 (12:33 +0530)
committerJason Ish <jason.ish@oisf.net>
Tue, 18 Feb 2025 21:46:10 +0000 (15:46 -0600)
commit17b8f1f7d757a1d0f8a250e18dfb780c617f7379
tree9f7c9945b2ff39c02d4fe8523d780cced31863a3
parent57111f35c3d515370be074b8d1da460efad1818f
dns: fix clippy lint warnings

Fix vector lint issues:
- same_item_push
- vec_init_then_push

(cherry picked from commit 2c0d3b83c442fc751f8418f3f4833d86cdd495d3)
rust/src/dns/parser.rs