Prefixed no_run to the no_std write macro
This commit is contained in:
parent
efb88b40a1
commit
6c66aeb6c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue