mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 05:29:05 +02:00
Fix 1.88.0 clippy warnings
This commit is contained in:
parent
ec4fd79864
commit
64e7375f2f
6 changed files with 14 additions and 17 deletions
|
@ -20,7 +20,7 @@ fn main() -> Result<()> {
|
|||
let args = Args::parse();
|
||||
|
||||
let value: fastnbt::Value = minedmap_nbt::data::from_file(args.file.as_path())?;
|
||||
println!("{:#x?}", value);
|
||||
println!("{value:#x?}");
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue