Skip to content

Commit 39b21be

Browse files
Ignore a doctest again
I accidentally typoed `no_run`, but compiling the test fails since the `device.x` path is wrong. I don't think this can be fixed, so ignore the test instead.
1 parent 1e2b541 commit 39b21be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m-rt/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
//! must contain build script that puts `device.x` somewhere the linker can find. An example of such
343343
//! build script is shown below:
344344
//!
345-
//! ```no_ruin
345+
//! ```ignore
346346
//! use std::env;
347347
//! use std::fs::File;
348348
//! use std::io::Write;

0 commit comments

Comments
 (0)