]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust(lint): remove useless format calls
authorJason Ish <jason.ish@oisf.net>
Fri, 20 Aug 2021 17:03:45 +0000 (11:03 -0600)
committerVictor Julien <victor@inliniac.net>
Mon, 23 Aug 2021 08:03:12 +0000 (10:03 +0200)
commit8bb6dab69d73e8befdaa9606b7b6b31e0f187abb
treef5b817e02b03ec68176918aa71fcbf7778d7ed9d
parent5bf5de335065ffd45507f08312cdb69ab190d004
rust(lint): remove useless format calls

In these simple cases to_string() is recommended and likely
performs better as the formatter is not called.
rust/src/ike/logger.rs
rust/src/krb/log.rs