Skip to content

Commit b55432b

Browse files
committed
chore: clippy
1 parent 1db30e7 commit b55432b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ impl<T: fmt::Debug> fmt::Debug for Node<T> {
454454

455455
fn print_nodes<T: fmt::Debug>(
456456
f: &mut fmt::Formatter<'_>,
457-
nodes: &Vec<Node<T>>,
457+
nodes: &[Node<T>],
458458
check: bool,
459459
pad: &str,
460460
space: &str,

0 commit comments

Comments
 (0)