Made the requested changes for Note: and no_std within backticks
This commit is contained in:
parent
6c66aeb6c0
commit
94e8a6aa3b
1 changed files with 2 additions and 2 deletions
|
@ -350,8 +350,8 @@ macro_rules! try {
|
||||||
/// assert_eq!(v, b"s = \"abc 123\"");
|
/// 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
|
/// In a `no_std` setup you are responsible for the
|
||||||
/// implementation details of the components.
|
/// implementation details of the components.
|
||||||
///
|
///
|
||||||
/// ```no_run
|
/// ```no_run
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue