Cargo fmt broke something

This commit is contained in:
Garen Tyler 2021-03-01 22:11:00 -07:00
parent 8cf3f977c0
commit 3803f1b05f

View File

@ -10,7 +10,6 @@ pub mod server;
/// The data types for blocks, chunks, dimensions, and world files.
pub mod world;
use log::warn;
pub use mctypes::*;
use serde::{Serialize, Deserialize};
use log::warn;