]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: remove cbindgen:ignore on frames module
authorDaniel Olatunji <danielolatunji20@outlook.com>
Thu, 12 Oct 2023 11:13:41 +0000 (11:13 +0000)
committerVictor Julien <victor@inliniac.net>
Sat, 28 Oct 2023 05:29:59 +0000 (07:29 +0200)
This directive is no longer required, and does
mess up the rustdoc description of the module.

rust/src/lib.rs

index 36098ffadd0ba07e09bc82644d8a1e311bda33f1..da2859637783d318e8b94f1b9b5a43b9e9d72121 100644 (file)
@@ -75,7 +75,6 @@ pub mod conf;
 pub mod jsonbuilder;
 #[macro_use]
 pub mod applayer;
-/// cbindgen:ignore
 pub mod frames;
 pub mod filecontainer;
 pub mod filetracker;