Skip to content

Commit 0f9d41f

Browse files
committed
Style fix
1 parent ba5bfc6 commit 0f9d41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/notbsd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ f! {
10911091
}
10921092

10931093
pub fn IPTOS_ECN(x: u8) -> u8 {
1094-
x & super::IPTOS_ECN_MASK
1094+
x & ::IPTOS_ECN_MASK
10951095
}
10961096
}
10971097

0 commit comments

Comments
 (0)