Skip to content

Commit

Permalink
Merge pull request #592 from rust-embedded/fix-redundant
Browse files Browse the repository at this point in the history
Fix "imported redundantly" warning.
  • Loading branch information
eldruin committed Apr 23, 2024
2 parents 88f63d4 + 67eef7f commit 51ad126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-hal/src/digital.rs
@@ -1,6 +1,6 @@
//! Digital I/O.

use core::{convert::From, ops::Not};
use core::ops::Not;

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

0 comments on commit 51ad126

Please sign in to comment.