Prefixed no_run to the no_std write macro

This commit is contained in:
MagnumOpus21 2018-08-13 00:10:14 -04:00 committed by Siva Prasad
parent efb88b40a1
commit 6c66aeb6c0

View file

@ -354,7 +354,7 @@ macro_rules! try {
/// In a no_std setup you are responsible for the
/// implementation details of the components.
///
/// ```
/// ```no_run
/// # extern crate core;
/// use core::fmt::Write;
///