Remove redundant statement

pull/4/head
Diego Barrios Romero 2018-11-16 19:34:43 +01:00
parent 55bbf9098a
commit e5ee15439f
1 changed files with 0 additions and 2 deletions

View File

@ -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;