Skip to content

Commit

Permalink
fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
madmo committed Mar 22, 2024
1 parent 599e1d1 commit 7b9bccc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use embedded_hal::i2c::I2c;
use sensirion_i2c;

/// Error conditions from accessing SHT4x sensors.
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
Expand Down
2 changes: 0 additions & 2 deletions src/sht4x.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ use crate::{
};
use core::marker::PhantomData;

use sensirion_i2c;

#[cfg(not(feature = "async"))]
use embedded_hal::{delay::DelayNs, i2c::I2c};

Expand Down

0 comments on commit 7b9bccc

Please sign in to comment.