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
/// 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