From a9aaedcbc90051682ec05dcc4b9809e1cf37a512 Mon Sep 17 00:00:00 2001 From: C J Silverio Date: Sat, 3 Feb 2024 23:40:38 -0800 Subject: [PATCH] clippy clippy clippy clippy --- src/controller/settings.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controller/settings.rs b/src/controller/settings.rs index a22abba5..a2b2ed3d 100644 --- a/src/controller/settings.rs +++ b/src/controller/settings.rs @@ -763,9 +763,9 @@ impl DisplayTweaks { /// Pluck scaling settings from the display tweaks ini. pub fn read_ini(&mut self) { let fpath = std::path::Path::new("Data/SKSE/Plugins/SSEDisplayTweaks.ini"); - self.update_from_ini(&fpath); + self.update_from_ini(fpath); let fpath = std::path::Path::new("Data/SKSE/Plugins/SSEDisplayTweaks_Custom.ini"); - self.update_from_ini(&fpath); + self.update_from_ini(fpath); log::trace!( "display tweaks scaling: {}; scale={};",