Skip to content

Commit

Permalink
Fix "imported redundantly" warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Apr 23, 2024
1 parent 88f63d4 commit 67eef7f
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 67eef7f

Please sign in to comment.