From e5ee15439ff560139ba3e40d25e547c389614865 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Fri, 16 Nov 2018 19:34:43 +0100 Subject: [PATCH] Remove redundant statement --- tests/ds3232_4.rs | 2 -- 1 file changed, 2 deletions(-) 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;