Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 9, 2023
1 parent 1db30e7 commit b55432b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ impl<T: fmt::Debug> fmt::Debug for Node<T> {

fn print_nodes<T: fmt::Debug>(
f: &mut fmt::Formatter<'_>,
nodes: &Vec<Node<T>>,
nodes: &[Node<T>],
check: bool,
pad: &str,
space: &str,
Expand Down

0 comments on commit b55432b

Please sign in to comment.