Skip to content

Commit f7f22aa

Browse files
committed
fix warning
1 parent c0e8a0a commit f7f22aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Virtual Keycodes of Windows, Linux, and MacOS"
66
documentation = "https://docs.rs/vkey"
77
repository = "https://github.com/clouds56/vkey-rs"
88
license = "MIT OR Apache-2.0"
9-
keywords = ["keyboard", "keycodes", "virtual-keycodes", "hardware", "input", "constants", "convert"]
9+
keywords = ["keyboard", "keycodes", "virtual-keycodes", "constants", "convert"]
1010

1111
[dependencies]
1212
bitflags = { version = "2.9.0", optional = true }

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use std::borrow::Cow;
22

3+
#[expect(unused)]
34
struct Line<S> {
45
pub hut: S,
56
pub winput: S,

0 commit comments

Comments
 (0)