diff options
Diffstat (limited to 'src/bt.rs')
-rw-r--r-- | src/bt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |