aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cortex-m-rt/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/src/lib.rs b/cortex-m-rt/src/lib.rs
index 3522476..0d62d47 100644
--- a/cortex-m-rt/src/lib.rs
+++ b/cortex-m-rt/src/lib.rs
@@ -342,7 +342,7 @@
//! must contain build script that puts `device.x` somewhere the linker can find. An example of such
//! build script is shown below:
//!
-//! ```no_ruin
+//! ```ignore
//! use std::env;
//! use std::fs::File;
//! use std::io::Write;