ast: struct
This commit is contained in:
@@ -100,7 +100,7 @@ fn exprs() -> Result<(), Box<dyn Error>> {
|
||||
println!("\x1b[31m{e}\x1b[0m");
|
||||
break Ok(Response::Deny);
|
||||
}
|
||||
Ok(v) => println!("{v}\n{v:#?}"),
|
||||
Ok(v) => println!("{v}\n{v:?}"),
|
||||
}
|
||||
}
|
||||
})?;
|
||||
|
||||
Reference in New Issue
Block a user