From 4f63e13385cae5c2b6abdc931e7daf84fa62661d Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 16 May 2025 22:21:02 +0300 Subject: Deal with new Clippy warnings --- src/layout/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/layout') diff --git a/src/layout/mod.rs b/src/layout/mod.rs index 6a497c81..9b0002e0 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -397,6 +397,7 @@ impl Default for Options { } } +#[allow(clippy::large_enum_variant)] #[derive(Debug)] enum InteractiveMoveState { /// Initial rubberbanding; the window remains in the layout. -- cgit