Skip to content

Commit 549a61e

Browse files
committed
Fixup unused import error with no-default-features
1 parent d4aa2f4 commit 549a61e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tests/rust_fmt_argument_max_padding.rs

Lines changed: 1 addition & 2 deletions
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)