refactor: switch lints from allow(x) to expect(x)`

This commit is contained in:
Jack Wills
2024-09-06 22:48:36 +00:00
parent 5d77f1e02a
commit 2a0ab6d81c
8 changed files with 20 additions and 28 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ pub enum DeleteButton {
No,
}
#[allow(unused)]
#[expect(unused)]
#[derive(Debug, Clone, Copy)]
pub enum BoxLocation {
TopLeft,