Skip to content

Commit b123e8a

Browse files
committed
Fix review comment
1 parent c4cd601 commit b123e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rp235x-hal/src/reboot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Functions for rebooting the chip using the ROM.
22
3-
#[allow(unpredictable_function_pointer_comparisons)]
43
/// Types of reboot we support
4+
#[allow(unpredictable_function_pointer_comparisons)]
55
#[derive(Debug, Clone, PartialEq, Eq)]
66
pub enum RebootKind {
77
/// A normal reboot

0 commit comments

Comments
 (0)