aboutsummaryrefslogtreecommitdiff
path: root/src/gamedata.rs
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2020-04-29 14:36:47 +0200
committerDaniel Schadt <kingdread@gmx.de>2020-04-29 14:36:47 +0200
commit3e8b1c186bb4e748920cce002bd23bb60b52cb04 (patch)
treeb7179b224b803d8e4efa96f065057a3e4eac6668 /src/gamedata.rs
parentf87419f62fdd015e69798982a7d8f09b55743ff5 (diff)
downloadevtclib-3e8b1c186bb4e748920cce002bd23bb60b52cb04.tar.gz
evtclib-3e8b1c186bb4e748920cce002bd23bb60b52cb04.tar.bz2
evtclib-3e8b1c186bb4e748920cce002bd23bb60b52cb04.zip
formatting fixes
Diffstat (limited to 'src/gamedata.rs')
-rw-r--r--src/gamedata.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamedata.rs b/src/gamedata.rs
index b32b385..bfdae10 100644
--- a/src/gamedata.rs
+++ b/src/gamedata.rs
@@ -1,7 +1,7 @@
//! This module contains some low-level game data, such as different boss IDs.
use num_derive::FromPrimitive;
-use thiserror::Error;
use std::str::FromStr;
+use thiserror::Error;
/// Enum containing all bosses with their IDs.
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, FromPrimitive)]