aboutsummaryrefslogtreecommitdiff
path: root/src/gamedata.rs
diff options
context:
space:
mode:
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)]