Skip to content

Commit 8857740

Browse files
committed
Do not reexport renamed type
1 parent c52ce66 commit 8857740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ mod timer;
4848
pub use crate::delay::Delay;
4949
pub use crate::i2c::I2cdev;
5050
pub use crate::serial::Serial;
51-
pub use crate::spi::{SpiOperation, Spidev};
51+
pub use crate::spi::Spidev;
5252
pub use crate::timer::SysTimer;

0 commit comments

Comments
 (0)