Force clippy for the whole workspace

This commit is contained in:
Shawn Wallace 2025-03-13 00:45:15 -04:00
parent 3c50b7da79
commit caf88fcb45
4 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,6 @@
[workspace]
members = ["macros"]
[workspace.dependencies]
wayland-client = "0.31.2"
wayland-protocols = "0.32.0"
@ -7,6 +8,9 @@ wayland-scanner = "0.31.1"
wayland-server = "0.31.1"
rustix = "0.38.31"
[workspace.lints.clippy]
all = "deny"
[package]
name = "xwayland-satellite"
version = "0.5.1"