Skip to content

Commit 51ad126

Browse files
authored
Merge pull request #592 from rust-embedded/fix-redundant
Fix "imported redundantly" warning.
2 parents 88f63d4 + 67eef7f commit 51ad126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-hal/src/digital.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Digital I/O.
22
3-
use core::{convert::From, ops::Not};
3+
use core::ops::Not;
44

55
#[cfg(feature = "defmt-03")]
66
use crate::defmt;

0 commit comments

Comments
 (0)