]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/htp: fix clippy uninlined_format_args
authorPhilippe Antoine <pantoine@oisf.net>
Fri, 27 Jun 2025 07:02:10 +0000 (09:02 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 27 Jun 2025 16:58:43 +0000 (18:58 +0200)
commita22b2f06fedd7b0da9ad8b624a9b81ce69119a30
treefc242d208a2f077cbe7d11c4dd2e0a3a739c5e3f
parentb8ee6513ccc84c98221a046a916d734da32ac34c
rust/htp: fix clippy uninlined_format_args

   --> htp/src/decompressors.rs:703:64
    |
703 |                 std::io::Error::new(std::io::ErrorKind::Other, format!("{}", e))
    |                                                                ^^^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
rust/htp/src/decompressors.rs