revert: expect lint

Expect lint was causing issues with crates/docker builds, revert until fix is found
This commit is contained in:
Jack Wills
2024-09-07 21:25:14 +00:00
parent a7139d7776
commit 578ed9f085
8 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ pub enum DeleteButton {
No,
}
#[expect(unused)]
#[allow(unused)]
#[derive(Debug, Clone, Copy)]
pub enum BoxLocation {
TopLeft,