Skip to content

Commit 2aeaa4f

Browse files
committed
Remove unnecessary allow
1 parent b628103 commit 2aeaa4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/command.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ use display_interface::{DataFormat::U8, DisplayError, WriteOnlyDataCommand};
88
99
/// Commands
1010
#[derive(Debug, Copy, Clone)]
11-
#[allow(dead_code)]
1211
pub enum Command {
1312
/// Set contrast. Higher number is higher contrast. Default = 0x7F
1413
Contrast(u8),

0 commit comments

Comments
 (0)