Skip to content

Commit 6c66aeb

Browse files
MagnumOpus21Siva Prasad
authored and
Siva Prasad
committed
Prefixed no_run to the no_std write macro
1 parent efb88b4 commit 6c66aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ macro_rules! try {
354354
/// In a no_std setup you are responsible for the
355355
/// implementation details of the components.
356356
///
357-
/// ```
357+
/// ```no_run
358358
/// # extern crate core;
359359
/// use core::fmt::Write;
360360
///

0 commit comments

Comments
 (0)