Skip to content

Commit

Permalink
remove ufmt re-export from avr-hal-generic
Browse files Browse the repository at this point in the history
note: i've explicitly dropped the re-export of `ufmt` as it's not used
in this repository* and i don't see `ufmt` as an integral part of these
crates. consumers can (and should) just add it as their own dependency.
this is a breaking change for consumers which currently do something
like `use avr_hal_generic::ufmt`.

\* clarification: `ufmt` itself is being used in some places, but the
   re-export isn't.
  • Loading branch information
rursprung authored and Rahix committed Jan 13, 2024
1 parent 0aa8d65 commit ab3e462
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions avr-hal-generic/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ pub use avr_device;
pub use nb;
#[doc(hidden)]
pub use paste;
#[doc(hidden)]
pub use ufmt;

pub mod adc;
pub mod clock;
Expand Down

0 comments on commit ab3e462

Please sign in to comment.