silence millions of lints in unused module

This commit is contained in:
Quaternions 2025-02-06 12:26:56 -08:00
parent 5409548348
commit b3a6d08656

@ -2,7 +2,6 @@ mod app;
mod file; mod file;
mod setup; mod setup;
mod window; mod window;
mod worker;
mod compat_worker; mod compat_worker;
mod physics_worker; mod physics_worker;
mod graphics_worker; mod graphics_worker;