From: Daniel Olatunji Date: Thu, 12 Oct 2023 11:13:41 +0000 (+0000) Subject: rust: remove cbindgen:ignore on frames module X-Git-Tag: suricata-7.0.3~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54de0450f43cd424c53f43811ef3ba65290411aa;p=thirdparty%2Fsuricata.git rust: remove cbindgen:ignore on frames module This directive is no longer required, and does mess up the rustdoc description of the module. --- diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 36098ffadd..da28596377 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -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;