Added a missing backtick to no std
This commit is contained in:
parent
94e8a6aa3b
commit
5e7039411b
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ macro_rules! try {
|
|||
/// assert_eq!(v, b"s = \"abc 123\"");
|
||||
/// ```
|
||||
///
|
||||
/// Note: This macro can be used in no_std setups as well
|
||||
/// Note: This macro can be used in `no_std` setups as well
|
||||
/// In a `no_std` setup you are responsible for the
|
||||
/// implementation details of the components.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue