From 256e3ba587d0aba7f78189b6a18ea5952a1e7c57 Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 21 Feb 2025 21:22:52 +0100 Subject: feat: update to Rust 2024 --- src/error.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/error.rs') diff --git a/src/error.rs b/src/error.rs index 09e6e86..002a1fc 100644 --- a/src/error.rs +++ b/src/error.rs @@ -16,9 +16,7 @@ pub enum Error { RustFmt(Arc), #[error("the element tree contains no matching element")] NonExistentElement, - #[error( - "the file dialog has been closed without selecting a valid option" - )] + #[error("the file dialog has been closed without selecting a valid option")] DialogClosed, #[error("{0}")] Other(String), -- cgit v1.2.3