From 94b9d39bd32ced4435951dc7a61612c3ea826b87 Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Tue, 10 Nov 2020 19:14:53 +0100 Subject: 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. --- src/tool/icon_tool.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool/icon_tool.rs') 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 { -- cgit v1.2.3-70-g09d2