Skip to content

Commit

Permalink
[rust-embedded#171] demote defmt impl to a private module
Browse files Browse the repository at this point in the history
  • Loading branch information
theunkn0wn1 committed Aug 28, 2020
1 parent a792c49 commit 4eabc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pub mod pool;
#[cfg(has_atomics)]
pub mod spsc;
#[cfg(feature = "defmt-impl")]
pub mod defmt;
mod defmt;

#[cfg(feature = "ufmt-impl")]
mod ufmt;
Expand Down

0 comments on commit 4eabc24

Please sign in to comment.