Skip to content

Commit 4233ce4

Browse files
committed
Explain the lint
1 parent 27e4745 commit 4233ce4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cortex-m/src/psp.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
//! Process Stack Pointer support
22
3+
// This is a useful lint for functions like 'asm::wfi()' but it's not a useful
4+
// lint here.
35
#![allow(clippy::missing_inline_in_public_items)]
46

57
use core::cell::UnsafeCell;

0 commit comments

Comments
 (0)