From dfb368318755a902bad97db69a54c25cd6140b72 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sun, 13 Jul 2025 12:49:00 +0300 Subject: Fix new Clippy warnings --- src/ui/config_error_notification.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ui') diff --git a/src/ui/config_error_notification.rs b/src/ui/config_error_notification.rs index bd46aa7d..9b414f00 100644 --- a/src/ui/config_error_notification.rs +++ b/src/ui/config_error_notification.rs @@ -187,8 +187,7 @@ fn render( if let Some(path) = created_path { text = format!( "Created a default config file at \ - {:?}", - path + {path:?}", ); border_color = (0.5, 1., 0.5); }; -- cgit