From 970b2a1ff511445db2d8bc5d2c537c4b669f30e0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 17 Apr 2025 16:02:06 -0300 Subject: src/content/blog/2020/11/12/database-parsers-trees.adoc: Replace FIXME with

paragraph blocks --- src/content/blog/2020/11/12/database-parsers-trees.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/content/blog/2020/11') 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 c96f3e2..47595e8 100644 --- a/src/content/blog/2020/11/12/database-parsers-trees.adoc +++ b/src/content/blog/2020/11/12/database-parsers-trees.adoc @@ -186,10 +186,10 @@ code{empty}footnote:rust-syn[ 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 +pass:[

] As flawed as this may be, it seems to be generally acceptable and adopted, which works against building a solid ecosystem for Rust. -FIXME +pass:[

] The alternative that rust-ffi implements relies on internals of the Rust compiler, which isn't actually worst, just less common and less accepted. ], and adapt it to emit the metadata. -- cgit v1.2.3