diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -191,8 +191,6 @@ #![deny(missing_docs)] #![no_std] -extern crate embedded_hal as hal; -extern crate nb; use core::marker::PhantomData; /// Errors in this crate |