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,3 @@
#![deny(clippy::all)]
mod clientside;
mod data_device;
mod server;