mirror of
https://github.com/YaLTeR/niri.git
synced 2025-07-07 12:05:00 +00:00
Deal with Clippy warnings
This commit is contained in:
parent
73be5b2ba1
commit
324029ca3b
1 changed files with 5 additions and 0 deletions
5
clippy.toml
Normal file
5
clippy.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
ignore-interior-mutability = [
|
||||
"smithay::desktop::Window",
|
||||
"smithay::output::Output",
|
||||
"wayland_server::backend::ClientId",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue