Force clippy for the whole workspace
This commit is contained in:
parent
3c50b7da79
commit
caf88fcb45
4 changed files with 8 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue