Skip to content

Commit bd620c3

Browse files
committed
remove outdated allow
1 parent 3904092 commit bd620c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

flc-asm/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
unsafe_op_in_unsafe_fn,
1515
clippy::undocumented_unsafe_blocks
1616
)]
17-
#![allow(
18-
clippy::inline_always,
19-
reason = "we need the functions to be inlined in this specific case"
20-
)]
2117

2218
use core::{arch::asm, panic::PanicInfo, ptr::read_volatile};
2319

0 commit comments

Comments
 (0)