Skip to content

Commit

Permalink
Doc fix - procedural macros (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
wawel37 authored Oct 16, 2024
1 parent 0ee3bc5 commit 1e8f42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/procedural-macro.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Example:

```rust
use cairo_lang_macro::{ProcMacroResult, TokenStream, inline_macro};
use cairo_lang_parser::{SimpleParserDatabase};
use cairo_lang_parser::utils::SimpleParserDatabase;

#[inline_macro]
pub fn some(token_stream: TokenStream) -> ProcMacroResult {
Expand Down

0 comments on commit 1e8f42d

Please sign in to comment.