mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
Remove module-level allowed lints in system call handlers
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
a739b3828d
commit
19ad2a2eb4
@ -1,7 +1,5 @@
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
#![allow(dead_code)]
|
||||
|
||||
use super::SyscallReturn;
|
||||
use crate::{
|
||||
prelude::*,
|
||||
@ -111,5 +109,6 @@ impl From<SigStack> for stack_t {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(unused)]
|
||||
const SIGSTKSZ: usize = 8192;
|
||||
const MINSTKSZ: usize = 2048;
|
||||
|
Reference in New Issue
Block a user