Skip to content

Commit 82f5d4a

Browse files
committed
grrrrrrrrrrrrrr
1 parent a47fc15 commit 82f5d4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/shims/native_lib/trace/stub.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ impl Supervisor {
1616
}
1717
}
1818

19-
#[expect(clippy::missing_safety_doc)]
20-
#[allow(dead_code)]
19+
#[allow(dead_code, clippy::missing_safety_doc)]
2120
#[inline(always)]
2221
pub unsafe fn init_sv() -> Result<(), !> {
2322
Ok(())

0 commit comments

Comments
 (0)