mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-27 03:13:23 +00:00
Use #[expect(lint)]
, not #[allow(lint)]
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
1899646391
commit
0dca168717
@ -165,7 +165,7 @@ impl Ord for FairQueueItem {
|
||||
/// ensure the efficiency for finding next-to-run threads.
|
||||
#[derive(Debug)]
|
||||
pub(super) struct FairClassRq {
|
||||
#[allow(unused)]
|
||||
#[expect(unused)]
|
||||
cpu: CpuId,
|
||||
/// The ready-to-run threads.
|
||||
entities: BinaryHeap<Reverse<FairQueueItem>>,
|
||||
|
Reference in New Issue
Block a user