Allow dead_code and unused_variables at file level

This commit is contained in:
Ruihan Li
2024-06-04 02:34:33 +08:00
committed by Tate, Hongliang Tian
parent 232e62b053
commit 9107a1771e
139 changed files with 305 additions and 0 deletions

View File

@ -1,5 +1,7 @@
// SPDX-License-Identifier: MPL-2.0
#![allow(unused_variables)]
use super::*;
use crate::{events::IoEvents, fs::inode_handle::FileIo, prelude::*, process::signal::Poller};