refactor: switch lints from allow(x) to expect(x)`
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ pub enum DeleteButton {
|
||||
No,
|
||||
}
|
||||
|
||||
#[allow(unused)]
|
||||
#[expect(unused)]
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub enum BoxLocation {
|
||||
TopLeft,
|
||||
|
||||
Reference in New Issue
Block a user