From 324029ca3b23c9de44323645ac2edb606d5c099a Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sun, 28 Jul 2024 11:41:09 +0300 Subject: Deal with Clippy warnings --- clippy.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 clippy.toml diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 00000000..accd5eac --- /dev/null +++ b/clippy.toml @@ -0,0 +1,5 @@ +ignore-interior-mutability = [ + "smithay::desktop::Window", + "smithay::output::Output", + "wayland_server::backend::ClientId", +] -- cgit