pretty printing
This commit is contained in:
parent
99e6d7e325
commit
83f26f90b0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ fn main() -> anyhow::Result<()> {
|
|||
|
||||
let settings = ModSettings::from_reader(buf_reader)?;
|
||||
|
||||
println!("{settings:?}");
|
||||
println!("{settings:#?}");
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue