enable clippy lints for libkernel

This commit is contained in:
Ashwin Naren
2026-02-13 10:22:51 -08:00
parent a55ecd1e33
commit 6aebef2168
12 changed files with 25 additions and 21 deletions

View File

@@ -66,7 +66,7 @@ impl<T: Send, C: CpuOps> Drop for Reciever<T, C> {
state.recv_gone = true;
WakeupType::None
})
});
}
}