Skip to content

Commit 2559136

Browse files
committed
fix: must_use
1 parent b83487c commit 2559136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/seat/keyboard/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pub mod repeat;
2727
use repeat::RepeatMessage;
2828

2929
/// Error when creating a keyboard.
30+
#[must_use]
3031
#[derive(Debug, thiserror::Error)]
3132
pub enum KeyboardError {
3233
/// Seat error.

0 commit comments

Comments
 (0)