Changed imports style.

This commit is contained in:
2020-07-14 17:58:32 +01:00
parent b33ba8f2d3
commit f5ebcd1cf5
12 changed files with 21 additions and 41 deletions

View File

@@ -1,13 +1,11 @@
//! The table of all decks in the game
// Std
use std::io::{Read, Seek, Write};
// Crate
// Imports
use crate::{
game::{deck::deck, Bytes, Deck},
io::{address::Data, GameFile},
};
use std::io::{Read, Seek, Write};
/// The decks table, where all decks are stored
///