Remove no longer necessary lint allow

This commit is contained in:
bjorn3
2025-10-19 11:49:14 +02:00
parent b09659ac25
commit 7ea41f4fee
-1
View File
@@ -93,7 +93,6 @@ pub unsafe extern "C" fn __inner_syscall_instruction(stack: *mut InterruptStack)
}
#[unsafe(naked)]
#[allow(named_asm_labels)]
pub unsafe extern "C" fn syscall_instruction() {
core::arch::naked_asm!(concat!(
// Yes, this is magic. No, you don't need to understand