Skip to content

Commit 4a78f3e

Browse files
committed
Remove useless deprecation warning on InterruptNumber ifor Nr
1 parent 169e334 commit 4a78f3e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/interrupt.rs

-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ pub unsafe trait InterruptNumber: Copy {
2525

2626
/// Implement InterruptNumber for the old bare_metal::Nr trait.
2727
/// This implementation is for backwards compatibility only and will be removed in cortex-m 0.8.
28-
#[deprecated(
29-
since = "0.7.0",
30-
note = "Please update your PAC to one using the latest svd2rust"
31-
)]
3228
unsafe impl<T: Nr + Copy> InterruptNumber for T {
3329
#[inline]
3430
fn number(self) -> u16 {

0 commit comments

Comments
 (0)