Skip to content

Commit 5330aec

Browse files
committed
Fixup unused import error with no-default-features
1 parent ed4d803 commit 5330aec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tests/rust_fmt_argument_max_padding.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@
2121
#[cfg(feature = "alloc")]
2222
use {
2323
crate::format::TimeFormatter,
24+
crate::Error,
2425
alloc::{format, vec},
2526
};
2627

27-
use crate::Error;
28-
2928
use super::{check_all, MockTime};
3029

3130
#[test]

0 commit comments

Comments
 (0)