mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 00:06:34 +00:00
Use #[expect(lint)]
, not #[allow(lint)]
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
1899646391
commit
0dca168717
@ -5,7 +5,7 @@ use ostd::cpu::UserContext;
|
||||
use super::SyscallReturn;
|
||||
use crate::prelude::*;
|
||||
|
||||
#[allow(non_camel_case_types)]
|
||||
#[expect(non_camel_case_types)]
|
||||
#[repr(u64)]
|
||||
#[derive(Debug, TryFromInt)]
|
||||
pub enum ArchPrctlCode {
|
||||
|
Reference in New Issue
Block a user