diff --git a/tests/ds3232_4.rs b/tests/ds3232_4.rs index 3bb47a2..d7a9185 100644 --- a/tests/ds3232_4.rs +++ b/tests/ds3232_4.rs @@ -1,5 +1,3 @@ -#[deny(warnings)] - extern crate embedded_hal_mock as hal; use hal::i2c::Transaction as I2cTrans; use hal::spi::Transaction as SpiTrans;