aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clippy.toml5
1 files changed, 5 insertions, 0 deletions
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",
+]