aboutsummaryrefslogtreecommitdiff
path: root/src/bt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bt.rs')
-rw-r--r--src/bt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bt.rs b/src/bt.rs
index 8bfd70a..3d8d996 100644
--- a/src/bt.rs
+++ b/src/bt.rs
@@ -276,7 +276,7 @@ impl BuildTemplate {
}
}
-static JSON_PALETTE: &'static str = include_str!("skill_palette.json");
+static JSON_PALETTE: &str = include_str!("skill_palette.json");
fn skill_id_to_palette_id(input: u32) -> u32 {
let lookup_table: Vec<(u32, u32)> = serde_json::from_str(JSON_PALETTE).unwrap();