Skip to content

Commit

Permalink
Fix docs on proc macros (#1850)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciektr authored Dec 16, 2024
1 parent 31b99ec commit 6189ffd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions website/docs/reference/procedural-macro.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ to-value-macro = "0.1.0"
Cairo source file:

```cairo
use add_macro::add;
use tracing_macro::instrument;
use to_value_macro::ToValue;
#[derive(ToValue)]
struct Input {
value: felt252,
Expand Down

0 comments on commit 6189ffd

Please sign in to comment.