rust/smb: fix rustdoc line

'///' style rust comments/documentation come before the item being
documented.

Spotted by clippy.
pull/12185/head
Jason Ish 8 months ago committed by Victor Julien
parent 7bdbe7ed32
commit aa6e94fc73

@ -480,7 +480,8 @@ impl SMBTransactionTreeConnect {
#[derive(Debug)]
pub struct SMBTransaction {
pub id: u64, /// internal id
/// internal id
pub id: u64,
/// version, command and status
pub vercmd: SMBVerCmdStat,

Loading…
Cancel
Save