Update procedural-macros.md
Fix typo
This commit is contained in:
parent
025c328bf5
commit
938fed7f0f
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ created, we'll add it to our toml:
|
|||
hello-world-derive = { path = "hello-world-derive" }
|
||||
```
|
||||
|
||||
As for our the source of our `hello-world-derive` crate, here's an example:
|
||||
As for the source of our `hello-world-derive` crate, here's an example:
|
||||
|
||||
```rust,ignore
|
||||
extern crate proc_macro;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue