We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5c4e4 commit 7e65ea4Copy full SHA for 7e65ea4
embedded-io/src/lib.rs
@@ -5,10 +5,6 @@
5
6
use core::fmt;
7
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
-
12
#[cfg(feature = "alloc")]
13
extern crate alloc;
14
0 commit comments