diff options
| author | Arne Dußin | 2020-11-10 19:14:53 +0100 |
|---|---|---|
| committer | Arne Dußin | 2020-11-10 19:14:53 +0100 |
| commit | 94b9d39bd32ced4435951dc7a61612c3ea826b87 (patch) | |
| tree | 17a948c8127bfd5a36e9768ffc947b5f08356f4d /src/tool | |
| parent | 2315064b28627b1490016f3b45e8dee187ed9e05 (diff) | |
| download | graf_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')
| -rw-r--r-- | src/tool/icon_tool.rs | 2 |
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 { |
