diff options
-rw-r--r-- | src/conversion.rs | 1 | ||||
-rw-r--r-- | tests/tier2_i2c.rs | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/conversion.rs b/src/conversion.rs index 20d04c7..a3d8203 100644 --- a/src/conversion.rs +++ b/src/conversion.rs @@ -1,4 +1,3 @@ - use { ic, private, Error }; #[doc(hidden)] diff --git a/tests/tier2_i2c.rs b/tests/tier2_i2c.rs index a3e3590..00eaad8 100644 --- a/tests/tier2_i2c.rs +++ b/tests/tier2_i2c.rs @@ -2,7 +2,7 @@ extern crate embedded_hal_mock as hal; use hal::i2c::Transaction as I2cTrans; extern crate ads1x1x; use ads1x1x::{ FullScaleRange, ComparatorMode, ComparatorPolarity, - ComparatorLatching, ComparatorQueue}; + ComparatorLatching, ComparatorQueue }; #[macro_use] mod common; |