We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88f63d4 + 67eef7f commit 51ad126Copy full SHA for 51ad126
embedded-hal/src/digital.rs
@@ -1,6 +1,6 @@
1
//! Digital I/O.
2
3
-use core::{convert::From, ops::Not};
+use core::ops::Not;
4
5
#[cfg(feature = "defmt-03")]
6
use crate::defmt;
0 commit comments