Skip to content

Commit 74976ae

Browse files
committed
remove duplicated line
1 parent a029b48 commit 74976ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cortex-m-rt/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
//! - `#[entry]` to declare the entry point of the program
2020
//! - `#[exception]` to override an exception handler. If not overridden all exception handlers
2121
//! default to an infinite loop.
22-
//! default to an infinite loop.
2322
//! - `#[pre_init]` to run code *before* `static` variables are initialized
2423
//!
2524
//! This crate also implements a related attribute called `#[interrupt]`, which allows you

0 commit comments

Comments
 (0)