Remove useless #[allow(lint)]

This commit is contained in:
Ruihan Li
2025-01-24 17:39:58 +08:00
committed by Tate, Hongliang Tian
parent b42d596ec4
commit b415538097
32 changed files with 1 additions and 51 deletions

View File

@ -3,7 +3,6 @@
//This crate defines the component system related macros.
#![feature(proc_macro_diagnostic)]
#![allow(dead_code)]
#![deny(unsafe_code)]
mod init_comp;