Skip to content

Commit e119bc2

Browse files
Merge #249
249: Ignore a doctest again r=adamgreig a=jonas-schievink 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. The effect is the same as before but now the block gets highlighted again. Co-authored-by: Jonas Schievink <[email protected]>
2 parents 35f29c3 + 39b21be commit e119bc2

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)