]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/http2: fix clippy lint for is_empty()
authorJason Ish <jason.ish@oisf.net>
Fri, 2 Dec 2022 14:31:58 +0000 (08:31 -0600)
committerVictor Julien <vjulien@oisf.net>
Sat, 3 Dec 2022 05:37:48 +0000 (06:37 +0100)
commit35f99d1af73ab4e9bdaf9f03db67734e7de13015
tree584f05c3854c0997c3d49a24c537bb299f74ac1c
parent01badea65c2e5140b996a916e1c48db1b1bc2487
rust/http2: fix clippy lint for is_empty()

This snuck through as "cargo clippy" check wasn't finding lints that
were fixed by the previous test for fixable lints.
rust/src/http2/http2.rs