From d5795ea791bd49a8ef30f1c00c811f3f4975770e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 1 Apr 2025 06:09:08 -0300 Subject: src/content/: Tweak asciidoc leftovers --- src/content/blog/2020/11/12/database-parsers-trees.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/blog/2020/11/12/database-parsers-trees.adoc') diff --git a/src/content/blog/2020/11/12/database-parsers-trees.adoc b/src/content/blog/2020/11/12/database-parsers-trees.adoc index eed785b..1d5770c 100644 --- a/src/content/blog/2020/11/12/database-parsers-trees.adoc +++ b/src/content/blog/2020/11/12/database-parsers-trees.adoc @@ -181,7 +181,7 @@ I think the best way to get there is by taking the existing code for cbindgen, which uses the {syn-crate}[syn] crate to parse the Rust code{empty}footnote:rust-syn[ The fact that syn is an external crate to the Rust compiler points to a big - warning: procedural macros are not first class in Rust. They are just like + warning: procedural macros are not first class in Rust. They are just like Babel plugins in JavaScript land, with the extra shortcoming that there is no specification for the Rust syntax, unlike JavaScript. FIXME -- cgit v1.2.3