Skip to content

Commit 809e25b

Browse files
Update posts/2018-12-21-Procedural-Macros-in-Rust-2018.md
Co-Authored-By: alexcrichton <alex@alexcrichton.com>
1 parent 76e1050 commit 809e25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2018-12-21-Procedural-Macros-in-Rust-2018.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ empowering all kinds of lightweight additions and extensions to the language!
351351
[syn]: https://crates.io/crates/syn
352352
[spm]: https://docs.rs/syn/0.15/syn/parse/index.html
353353
[`quote`]: https://docs.rs/quote/0.6/quote/
354-
[`quote!` macro]: https://docs.rs/quote/0.6.10/quote/macro.quote.html
354+
[`quote!` macro]: https://docs.rs/quote/0.6/quote/macro.quote.html
355355
[`Span`]: https://doc.rust-lang.org/proc_macro/struct.Span.html
356356
[`proc-macro2`]: https://docs.rs/proc-macro2/0.4/proc_macro2/
357357
[serde-attr]: https://serde.rs/attributes.html

0 commit comments

Comments
 (0)