Skip to content

Commit d50dc90

Browse files
Xanewokxlc
authored andcommitted
Fix unused import warning in std-enabled case (#6)
1 parent 4237fa8 commit d50dc90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/impls.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ extern crate alloc;
55

66
#[cfg(not(feature = "std"))]
77
use alloc::vec::Vec;
8+
#[cfg(not(feature = "std"))]
89
use crate::parser::alloc::fmt::Formatter;
910

1011
#[cfg_attr(feature = "std", derive(Debug))]

0 commit comments

Comments
 (0)