diff options
author | 2020-02-17 00:02:55 +0000 | |
---|---|---|
committer | 2020-02-17 00:02:55 +0000 | |
commit | e119bc2999f56a6927f85807aabab97fcf26cce0 (patch) | |
tree | d16771e1de4d93319011a6fb62415fef6d0a50b8 /cortex-m-rt/src | |
parent | 35f29c310c56fe1fcc75ee5baec32d1f35659c03 (diff) | |
parent | 39b21be089a20ea7617dff97becfe61c191f3eb2 (diff) | |
download | cortex-m-e119bc2999f56a6927f85807aabab97fcf26cce0.tar.gz cortex-m-e119bc2999f56a6927f85807aabab97fcf26cce0.tar.zst cortex-m-e119bc2999f56a6927f85807aabab97fcf26cce0.zip |
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 <jonasschievink@gmail.com>
Diffstat (limited to 'cortex-m-rt/src')
-rw-r--r-- | cortex-m-rt/src/lib.rs | 2 |
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; |