We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e4745 commit 4233ce4Copy full SHA for 4233ce4
cortex-m/src/psp.rs
@@ -1,5 +1,7 @@
1
//! Process Stack Pointer support
2
3
+// This is a useful lint for functions like 'asm::wfi()' but it's not a useful
4
+// lint here.
5
#![allow(clippy::missing_inline_in_public_items)]
6
7
use core::cell::UnsafeCell;
0 commit comments