We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1176fe commit 2045ab9Copy full SHA for 2045ab9
README.md
@@ -35,7 +35,7 @@ fn ez_trace(attr_ts: TokenStream, func_ts: TokenStream) -> TokenStream {
35
```
36
37
With the above code, `args` will contain the string values `start` and `end`
38
-("Starting..." and "Ending..." respectively). To parse additional parameters
+(`"Starting..."` and `"Ending..."` respectively). To parse additional parameters
39
simply add more fields to the `EzTraceArgs` struct. Currently the supported
40
types are: `String`, `u64`, and `bool`. Support for more standard library types
41
will arrive in the future and the ability to use custom types will also arrive
0 commit comments