From c84c38544bc6e81f0b0482e4e82b6c95848c1a0c Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 6 Apr 2021 14:54:54 +0530 Subject: apply clippy lints --- src/consts.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/consts.rs') diff --git a/src/consts.rs b/src/consts.rs index 3f9ecb9..0b43f0a 100644 --- a/src/consts.rs +++ b/src/consts.rs @@ -8,6 +8,6 @@ pub mod colors { pub const PINK: Color = Color::RGB(255, 50, 153); } -pub const FONT_PATH: &'static str = "./assets/NerdInput-Regular.ttf"; -pub const STDLIB_PATH: &'static str = "./src/lisp/std.lisp"; -pub const RC_PATH: &'static str = "/home/np/.config/sdl-tests"; +pub const FONT_PATH: &str = "./assets/NerdInput-Regular.ttf"; +pub const STDLIB_PATH: &str = "./src/lisp/std.lisp"; +pub const RC_PATH: &str = "/home/np/.config/sdl-tests"; -- cgit v1.2.3