diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-13 19:26:48 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-13 19:26:48 +0100 |
commit | 59f1294efadd2980c2eb91f861ba9c8c28ebd3ca (patch) | |
tree | bf92309764209f128692dc1b8dbcb81a83883957 /tests | |
parent | 998047fa397e4b28a199baaba32f2f190f0689f3 (diff) | |
download | ads1x1x-async-59f1294efadd2980c2eb91f861ba9c8c28ebd3ca.tar.gz ads1x1x-async-59f1294efadd2980c2eb91f861ba9c8c28ebd3ca.tar.xz ads1x1x-async-59f1294efadd2980c2eb91f861ba9c8c28ebd3ca.zip |
Remove unused import
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tier2_i2c.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tier2_i2c.rs b/tests/tier2_i2c.rs index 1b01791..956aeb2 100644 --- a/tests/tier2_i2c.rs +++ b/tests/tier2_i2c.rs @@ -1,4 +1,3 @@ -extern crate embedded_hal; extern crate embedded_hal_mock as hal; use hal::i2c::Transaction as I2cTrans; extern crate ads1x1x; |