Skip to content

Commit e878b69

Browse files
committed
Remove attribute that doesn't do anything
1 parent c983ec0 commit e878b69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/i2c.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// NB : this implementation started as a modified copy of https://github.com/stm32-rs/stm32f1xx-hal/blob/master/src/i2c.rs
55

66
use crate::embedded_time::rate::Hertz;
7-
#[cfg_attr(test, allow(unused_imports))]
87
use crate::gpio::gpioa::PA8;
98
use crate::gpio::gpiob::{PB10, PB11, PB6, PB7, PB8, PB9};
109
use crate::gpio::gpioc::PC9;

0 commit comments

Comments
 (0)