We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad56b5e commit 9e0af87Copy full SHA for 9e0af87
1 file changed
src/hotkey.rs
@@ -91,7 +91,7 @@ impl Hotkey {
91
}
92
93
/// Identical to [`new`](Self::new) but assumes inputs are valid.
94
- ///
+ ///
95
/// # Safety
96
/// The key has to be non-zero.
97
#[must_use]
@@ -140,7 +140,7 @@ impl Hotkey {
140
141
142
/// Identical to [`from_raw`](Self::from_raw) but assumes input is valid.
143
144
145
/// The key low byte of the word has to be non-zero and the high byte has to contain only valid modifier flags.
146
0 commit comments