1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

expr: unify debug message

This commit is contained in:
Zhuoxun Yang 2023-10-06 22:55:30 +08:00
parent c595948dbc
commit fa2a14ccd2

View file

@ -52,7 +52,7 @@ impl AstNode {
operands,
} => {
println!(
"Node( {} ) at #{} (evaluate -> {:?})",
"Node( {} ) at #{} ( evaluate -> {:?} )",
op_type,
token_idx,
self.evaluate()