Skip to content

Commit 6eb2817

Browse files
committed
fix: clippy
1 parent f7a6aaf commit 6eb2817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/node.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use alloc::{format, string::String, vec::Vec};
1+
use alloc::{string::String, vec::Vec};
22
use core::{
33
cmp::Ordering,
44
fmt::{self, Write},

0 commit comments

Comments
 (0)