aboutsummaryrefslogtreecommitdiff
path: root/src/tool/icon_tool.rs
diff options
context:
space:
mode:
authorArne Dußin2020-11-10 19:14:53 +0100
committerArne Dußin2020-11-10 19:14:53 +0100
commit94b9d39bd32ced4435951dc7a61612c3ea826b87 (patch)
tree17a948c8127bfd5a36e9768ffc947b5f08356f4d /src/tool/icon_tool.rs
parent2315064b28627b1490016f3b45e8dee187ed9e05 (diff)
downloadgraf_karto-94b9d39bd32ced4435951dc7a61612c3ea826b87.tar.gz
graf_karto-94b9d39bd32ced4435951dc7a61612c3ea826b87.zip
Fix some style errors
Fixed the last warnings and ran clippy on the project. Fixed where appropriate and taught clippy otherwise. Now runs through clean.
Diffstat (limited to 'src/tool/icon_tool.rs')
-rw-r--r--src/tool/icon_tool.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool/icon_tool.rs b/src/tool/icon_tool.rs
index 824162f..702c30e 100644
--- a/src/tool/icon_tool.rs
+++ b/src/tool/icon_tool.rs
@@ -13,7 +13,7 @@ use ron::de::from_reader;
use serde::{Deserialize, Serialize};
use std::fs::{self, File};
-pub const ICON_DIR: &'static str = "assets/icons";
+pub const ICON_DIR: &str = "assets/icons";
#[derive(Deserialize)]
struct IconFileInfo {