Skip to content

Commit 6189ffd

Browse files
authored
Fix docs on proc macros (#1850)
1 parent 31b99ec commit 6189ffd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

website/docs/reference/procedural-macro.md

-4
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ to-value-macro = "0.1.0"
7676
Cairo source file:
7777

7878
```cairo
79-
use add_macro::add;
80-
use tracing_macro::instrument;
81-
use to_value_macro::ToValue;
82-
8379
#[derive(ToValue)]
8480
struct Input {
8581
value: felt252,

0 commit comments

Comments
 (0)