summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-13 19:21:27 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-13 19:21:27 +0100
commitc8e0935bb6c8a9202411c97da6882fa45d93a5e8 (patch)
tree7f3419a1442b6cdb38e9af6ca85cca5bb9dc2aaa /tests
parent0c5efc8cf0e2bdecf827ad37be4deac5aaef492f (diff)
downloadads1x1x-async-c8e0935bb6c8a9202411c97da6882fa45d93a5e8.tar.gz
ads1x1x-async-c8e0935bb6c8a9202411c97da6882fa45d93a5e8.tar.xz
ads1x1x-async-c8e0935bb6c8a9202411c97da6882fa45d93a5e8.zip
Remove unnecessary import
Diffstat (limited to 'tests')
-rw-r--r--tests/construction.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/construction.rs b/tests/construction.rs
index ba3a68f..5f22801 100644
--- a/tests/construction.rs
+++ b/tests/construction.rs
@@ -1,4 +1,3 @@
-extern crate embedded_hal;
extern crate embedded_hal_mock as hal;
#[macro_use]