Skip to content

Commit 7e65ea4

Browse files
committed
fixup! io: Update defmt to 1.0, rename feature from "defmt_03" to "defmt"
1 parent be5c4e4 commit 7e65ea4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

embedded-io/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55

66
use core::fmt;
77

8-
// Note that defmt macros depend on this being named "defmt" precisely, since they emit code that does `defmt::blahblah`.
9-
#[cfg(feature = "defmt")]
10-
use defmt;
11-
128
#[cfg(feature = "alloc")]
139
extern crate alloc;
1410

0 commit comments

Comments
 (0)