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 0eff0b2 commit 1e04df6Copy full SHA for 1e04df6
src/peripheral/scb.rs
@@ -704,10 +704,6 @@ pub enum SystemHandler {
704
705
/// System Tick interrupt
706
SysTick,
707
-
708
- // Make this enum extensible
709
- #[doc(hidden)]
710
- __DO_NOT_MATCH_AGAINST_THIS_VARIANT__,
711
}
712
713
impl SystemHandler {
@@ -726,7 +722,6 @@ impl SystemHandler {
726
722
SystemHandler::DebugMonitor => 12,
727
723
SystemHandler::PendSV => 14,
728
724
SystemHandler::SysTick => 15,
729
- SystemHandler::__DO_NOT_MATCH_AGAINST_THIS_VARIANT__ => unreachable!(),
730
725
731
732
0 commit comments