cargo clippy

This commit is contained in:
Shawn Wallace 2025-03-12 00:58:32 -04:00
parent 7df3daba70
commit a33372f61d
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
#![deny(clippy::all)]
mod clientside;
mod data_device;
mod server;