diff --git a/src/node.rs b/src/node.rs index 4d47a3c..e3888df 100644 --- a/src/node.rs +++ b/src/node.rs @@ -454,7 +454,7 @@ impl fmt::Debug for Node { fn print_nodes( f: &mut fmt::Formatter<'_>, - nodes: &Vec>, + nodes: &[Node], check: bool, pad: &str, space: &str,