From: Jason Ish Date: Tue, 6 Aug 2024 16:45:05 +0000 (-0600) Subject: rust/dcerpc: fix rustdoc indentation X-Git-Tag: suricata-7.0.7~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e0c64187fd28a16881b79105e6f135d97d4a107;p=thirdparty%2Fsuricata.git rust/dcerpc: fix rustdoc indentation Fixes clippy lint: error: doc list item missing indentation --> src/dcerpc/dcerpc.rs:511:9 | 511 | /// description: direction of the flow | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation --- diff --git a/rust/src/dcerpc/dcerpc.rs b/rust/src/dcerpc/dcerpc.rs index 3a1af7df53..62b2e1164e 100644 --- a/rust/src/dcerpc/dcerpc.rs +++ b/rust/src/dcerpc/dcerpc.rs @@ -507,8 +507,8 @@ impl DCERPCState { /// type: unsigned 32 bit integer /// description: call_id param derived from TCP Header /// * `dir`: - /// type: enum Direction - /// description: direction of the flow + /// type: enum Direction + /// description: direction of the flow /// /// Return value: /// Option mutable reference to DCERPCTransaction