summaryrefslogtreecommitdiffstats
path: root/src/ic.rs
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2020-06-21 22:52:41 +0200
committerDiego Barrios Romero <eldruin@gmail.com>2020-06-21 22:52:41 +0200
commit6aed921780dbe12c058e0aa0ce8b617e404b5a87 (patch)
tree3b76c4d8946aede3e48fcfade62a2e19488ee118 /src/ic.rs
parentb7e9c9acf1bb42f4966930354135782bab57394a (diff)
downloadads1x1x-async-6aed921780dbe12c058e0aa0ce8b617e404b5a87.tar.gz
ads1x1x-async-6aed921780dbe12c058e0aa0ce8b617e404b5a87.tar.xz
ads1x1x-async-6aed921780dbe12c058e0aa0ce8b617e404b5a87.zip
Use edition 2018
Diffstat (limited to 'src/ic.rs')
-rw-r--r--src/ic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ic.rs b/src/ic.rs
index 4ed42d9..56dfc6a 100644
--- a/src/ic.rs
+++ b/src/ic.rs
@@ -1,5 +1,5 @@
/// ICs
-use private;
+use crate::private;
pub struct Resolution12Bit(pub(crate) ());
pub struct Resolution16Bit(pub(crate) ());