rust/smb: fix rustdoc line

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

Spotted by clippy.

(cherry picked from commit aa6e94fc73)
pull/12231/head
Jason Ish 11 months ago
parent a502c188c5
commit 60dd1d566c

@ -469,7 +469,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