mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2025-05-09 04:05:30 +00:00
chore: add clippy rules
This commit is contained in:
parent
f5ebed64ef
commit
0aea66005f
1 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,15 @@ keywords = [
|
|||
]
|
||||
categories = ["gui", "compositor"]
|
||||
|
||||
[lints.clippy]
|
||||
all = { level = "warn", priority = -1 }
|
||||
cargo = { level = "warn", priority = -1 }
|
||||
nursery = { level = "warn", priority = -1 }
|
||||
pedantic = { level = "warn", priority = -1 }
|
||||
clone_on_ref_ptr = "warn"
|
||||
multiple-crate-versions = "allow"
|
||||
module_name_repetitions = "allow"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.86"
|
||||
glutin = { version = "0.32.0", default-features = false, features = [
|
||||
|
|
Loading…
Add table
Reference in a new issue