Rollup merge of #39840 - DaseinPhaos:patch-2, r=frewsxcv
Update procedural-macros.md Fix typo
This commit is contained in:
commit
ce9b478392
@ -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…
Reference in New Issue
Block a user