]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: Unused doc comment warning fixup 7437/head
authorJeff Lucovsky <jeff@lucovsky.org>
Sun, 29 May 2022 19:21:31 +0000 (15:21 -0400)
committerJeff Lucovsky <jeff@lucovsky.org>
Sun, 29 May 2022 19:23:24 +0000 (15:23 -0400)
commitaa396f4f5e1b971b4250813e0e551d1479b2b15d
tree65afbabaaae7d9ed83e9f4d947804210fe065ea1
parentafff6a3105249d1925535329fd16a959bb059d12
rust: Unused doc comment warning fixup

Since rustdoc does not generate documentation for extern blocks, Fedora
35 builds flagged 2 occurrences where doc comments existed on extern C
blocks.
rust/src/core.rs
rust/src/http2/http2.rs