Skip to content

Commit d2f0778

Browse files
nia-eRalfJung
authored andcommitted
grrrrrrrrrrrrrr
1 parent 1eae683 commit d2f0778

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)