Skip to content

Commit e2689ea

Browse files
Merge #32
32: Remove `Nr` r=thejpster a=jonas-schievink Co-authored-by: Jonas Schievink <[email protected]>
2 parents 539aeb2 + 7c3dc2d commit e2689ea

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@ unsafe impl<T> Sync for Mutex<T> where T: Send {}
8989
#[allow(dead_code)]
9090
const GH_6: () = ();
9191

92-
/// Interrupt number.
93-
pub unsafe trait Nr {
94-
/// Returns the number associated with an interrupt.
95-
fn nr(&self) -> u8;
96-
}
97-
9892
/// Trait for static (singleton) resources with managed ownership.
9993
///
10094
/// This trait allows application code and libraries to take ownership of resources that exist once

0 commit comments

Comments
 (0)