Deal with Clippy warnings

This commit is contained in:
Ivan Molodetskikh 2024-07-28 11:41:09 +03:00
parent 73be5b2ba1
commit 324029ca3b

5
clippy.toml Normal file
View file

@ -0,0 +1,5 @@
ignore-interior-mutability = [
"smithay::desktop::Window",
"smithay::output::Output",
"wayland_server::backend::ClientId",
]