Skip to content

Commit c2e77c5

Browse files
bors[bot]Dirbaio
andauthored
Merge #425
425: Remove prelude. r=therealprof a=Dirbaio Hoping to sneak this in before 0.8 :) The prelude just reexports all of `embedded-hal 0.2`'s prelude. With EH1.0 around the corner it would be a shame to get stuck with 0.2 in the prelude, and changing it later is a breaking change. Also, EH1.0 has removed the prelude. Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net>
2 parents e6c7249 + be7c591 commit c2e77c5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ pub mod interrupt;
5757
#[cfg(all(not(armv6m), not(armv8m_base)))]
5858
pub mod itm;
5959
pub mod peripheral;
60-
pub mod prelude;
6160
pub mod register;
6261

6362
pub use crate::peripheral::Peripherals;

src/prelude.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)