mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 21:39:07 +02:00
treewide: cargo fmt with 1.85
This commit is contained in:
parent
7bba5bae55
commit
775fcb2d1b
8 changed files with 18 additions and 20 deletions
|
@ -11,7 +11,7 @@ mod legacy_block_types;
|
|||
use std::collections::HashMap;
|
||||
|
||||
use bincode::{BorrowDecode, Decode, Encode};
|
||||
use enumflags2::{bitflags, BitFlags};
|
||||
use enumflags2::{BitFlags, bitflags};
|
||||
|
||||
/// Flags describing special properties of [BlockType]s
|
||||
#[bitflags]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue