We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c66aeb commit 94e8a6aCopy full SHA for 94e8a6a
src/libcore/macros.rs
@@ -350,8 +350,8 @@ macro_rules! try {
350
/// assert_eq!(v, b"s = \"abc 123\"");
351
/// ```
352
///
353
-/// Note : This macro can be used in no_std setups as well
354
-/// In a no_std setup you are responsible for the
+/// Note: This macro can be used in no_std setups as well
+/// In a `no_std` setup you are responsible for the
355
/// implementation details of the components.
356
357
/// ```no_run
0 commit comments