Skip to content
Snippets Groups Projects

Minor fixes to the reference docs

Merged Ian Jackson requested to merge doc into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -494,7 +494,7 @@ Accesses macro parameters passed via `#[deftly(...)]` attributes.
`as ident` rejects initial digits, and the empty string.)
* **`items`**:
`VALUE` is parsed as zero or more Rust Items. (`syn::Item`)
`VALUE` is parsed as zero or more Rust Items (`syn::Item`).
Note that the driver must pass the items' source code in `"..."`.
* **`token_stream`**:
Loading