We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bd3c6 commit 9ab2f3fCopy full SHA for 9ab2f3f
src/structures/idt.rs
@@ -757,7 +757,6 @@ impl InterruptStackFrame {
757
///
758
/// Also, it is not fully clear yet whether modifications of the interrupt stack frame are
759
/// officially supported by LLVM's x86 interrupt calling convention.
760
- #[allow(clippy::should_implement_trait)]
761
#[inline]
762
pub unsafe fn as_mut(&mut self) -> Volatile<&mut InterruptStackFrameValue> {
763
Volatile::new(&mut self.value)
0 commit comments