Skip to content

Commit

Permalink
remove clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Mar 13, 2024
1 parent 5ec5542 commit a3e8d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arch/aarch64/kernel/serial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ impl SerialPort {
}
}

#[allow(dead_code)]
pub fn read(&mut self) -> Option<u8> {
None
}
Expand Down

0 comments on commit a3e8d91

Please sign in to comment.