Remove redundant #[allow(unused)]

This commit is contained in:
Hanno Braun 2025-08-22 11:17:06 +02:00
parent fbd912bbf4
commit b82ae3f1ec

View File

@ -7,7 +7,6 @@ mod handle;
mod model;
mod operations;
mod topology;
#[allow(unused)]
mod viewer;
use debug::DEBUG_WINDOW;