diff --git a/viz-core/tests/handler.rs b/viz-core/tests/handler.rs index 9703dd03..bf2640e1 100644 --- a/viz-core/tests/handler.rs +++ b/viz-core/tests/handler.rs @@ -1,5 +1,5 @@ #![allow(dead_code)] -#[allow(non_local_definitions)] +#![allow(non_local_definitions)] #![allow(clippy::unused_async)] #![allow(clippy::similar_names)] #![allow(clippy::wildcard_imports)]