]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/clippy: allow derivable impls
authorJason Ish <jason.ish@oisf.net>
Thu, 9 Mar 2023 17:48:53 +0000 (11:48 -0600)
committerVictor Julien <vjulien@oisf.net>
Sat, 11 Mar 2023 06:31:13 +0000 (07:31 +0100)
commit159b72c101b8e3965d3af61e9dccbcdfc9b5a864
treec09593cef5faeadf201622839837bb153758335e
parent1726bd643c71cd9cb58b5b6de8958a0ebd9c702d
rust/clippy: allow derivable impls

The latest Rust will automatically "fix" derivable default
implementation, which is nice, but makes changes that don't meet our
current MSRV, so allow derivable impls for now.
rust/src/lib.rs