Skip to content

Commit 9ab2f3f

Browse files
committed
Remove unnecessary Clippy allow()
This method signature no longer triggers a false positive Signed-off-by: Joe Richey <[email protected]>
1 parent 98bd3c6 commit 9ab2f3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/structures/idt.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,6 @@ impl InterruptStackFrame {
757757
///
758758
/// Also, it is not fully clear yet whether modifications of the interrupt stack frame are
759759
/// officially supported by LLVM's x86 interrupt calling convention.
760-
#[allow(clippy::should_implement_trait)]
761760
#[inline]
762761
pub unsafe fn as_mut(&mut self) -> Volatile<&mut InterruptStackFrameValue> {
763762
Volatile::new(&mut self.value)

0 commit comments

Comments
 (0)