diff options
-rw-r--r-- | tests/common/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common/mod.rs b/tests/common/mod.rs index 695280e..ec63ec0 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs @@ -30,6 +30,7 @@ pub struct Config { pub bits: u16 } +#[allow(dead_code)] impl Config { pub fn with_high(&self, mask: u16) -> Self { Config { bits: self.bits | mask } |