Skip to content

Commit d7601dd

Browse files
author
Henrik Snöman
committed
fmt
1 parent fec49d2 commit d7601dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prelude.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ pub use crate::icache::ICacheExt as _stm32h5xx_hal_icache_ICacheExt;
77
pub use crate::pwr::PwrExt as _stm32h5xx_hal_pwr_PwrExt;
88
pub use crate::rcc::RccExt as _stm32h5xx_hal_rcc_RccExt;
99

10+
pub use crate::rng::{RngCore as _, RngExt as _};
1011
pub use crate::time::U32Ext as _;
1112
pub use fugit::{ExtU32 as _, RateExtU32 as _};
12-
pub use crate::rng::{RngCore as _, RngExt as _};

0 commit comments

Comments
 (0)