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 4237fa8 commit d50dc90Copy full SHA for d50dc90
src/impls.rs
@@ -5,6 +5,7 @@ extern crate alloc;
5
6
#[cfg(not(feature = "std"))]
7
use alloc::vec::Vec;
8
+#[cfg(not(feature = "std"))]
9
use crate::parser::alloc::fmt::Formatter;
10
11
#[cfg_attr(feature = "std", derive(Debug))]
0 commit comments