We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1992346 commit 168018fCopy full SHA for 168018f
1 file changed
cortex-m/src/interrupt.rs
@@ -22,7 +22,7 @@ use cortex_m_macros::asm_cfg;
22
///
23
/// These requirements ensure safe nesting of critical sections.
24
#[deprecated(
25
- since = "0.7.8",
+ since = "0.8.0",
26
note = "Implement the cortex_m_types::InterruptNumber trait instead"
27
)]
28
pub unsafe trait InterruptNumber: Copy {
0 commit comments