We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2b7f9 commit 270a4b3Copy full SHA for 270a4b3
common/README.md
@@ -40,5 +40,5 @@ NON-Agnostic utilities (these belong in their respective crates/modules) include
40
41
## UOR Proc Macros
42
`common\uor-proc-macros` Contains all procedural macros used elsewhere. This crate exists because:
43
-1. Procedural macros must be built in a Std environment, and all other crates are no_std. x
44
-2. Proc macros also require their crates to only export proc macros, nothing else.
+1. Procedural macros must be built in a Std environment, and all other crates are no_std.
+2. Proc macros also require their crates to only export proc macros, nothing else.
0 commit comments