Skip to content

Commit d8d3eba

Browse files
committed
Add note
1 parent 9372eff commit d8d3eba

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,12 @@ fn main() {
5454
}
5555
);
5656
}
57-
```
57+
```
58+
59+
## Note
60+
61+
**You should get autocomplete and error feedback when using the macro.**
62+
63+
This works with temporary files, which currently aren't automatically cleared.
64+
65+
If you notice your project getting a little large, periodically run `cargo clean` to remove these.

0 commit comments

Comments
 (0)