pretty debug
This commit is contained in:
parent
a82579dfa5
commit
c5a1540e0f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ fn main() -> Result<(), serde_yml::Error> {
|
|||
Cli::Play(PlayOpts { input }) => {
|
||||
let bng_file: BngFile = serde_yml::from_str(&input)?;
|
||||
#[cfg(debug_assertions)]
|
||||
println!("{:?}", bng_file);
|
||||
println!("{:#?}", bng_file);
|
||||
}
|
||||
_ => unimplemented!("can't do that yet"),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue