From f8a72b1359da0dfa99b9f8abb171a58dd1db2ef1 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 16 Feb 2026 15:19:12 -0600 Subject: [PATCH] fix some more lints --- src/ui/library.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/library.rs b/src/ui/library.rs index f04e9ae..9c0e93e 100644 --- a/src/ui/library.rs +++ b/src/ui/library.rs @@ -36,6 +36,7 @@ use crate::core::{ videos::{self, Video, add_video_to_db, update_video_in_db}, }; +#[allow(clippy::struct_field_names)] #[derive(Debug, Clone)] pub struct Library { song_library: Model,