]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: update test_case crate 10167/head
authorPhilippe Antoine <pantoine@oisf.net>
Fri, 5 Jan 2024 09:18:46 +0000 (10:18 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 15 Jan 2024 16:49:12 +0000 (17:49 +0100)
commit6896a93d87c40719d34d79d2d39c1dd28fe17f05
treedadac30d218c8acb50048afb6a6ea428e55f4abc
parentbedd48596f16f375b7b77d031687f1225376c1e2
rust: update test_case crate

fixes unused_unit

warning: unneeded unit expression
   --> src/bittorrent_dht/parser.rs:590:5
    |
590 | /     #[test_case(
591 | |         b"",
592 | |         "Error: discovered Dict but expected EOF" ;
593 | |         "test parse bittorrent dht packet err 1"
594 | |     )]
    | |______^
rust/Cargo.lock.in
rust/Cargo.toml.in