Skip to content

Commit

Permalink
Disable clippy lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuGZ committed Oct 27, 2024
1 parent 305fc62 commit 2b56d7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions razer_control_gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ path = "src/daemon.rs"
name = "razer-settings"
path = "src/razer-settings/razer-settings.rs"

[lints.rust]

[lints.clippy]
get_first = "allow"

[dependencies]
dbus = "0.9.7"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 2b56d7c

Please sign in to comment.