fix(clippy): silence

This commit is contained in:
Nova
2022-09-13 15:38:22 -04:00
parent 9987e5eb08
commit 3453b004c5
3 changed files with 4 additions and 3 deletions

View File

@@ -124,6 +124,7 @@ impl SeatDataInner {
pub fn keyboard(&self) -> Option<&WlKeyboard> {
self.keyboard.get()
}
#[allow(dead_code)]
pub fn touch(&self) -> Option<&WlTouch> {
self.touch.get()
}