summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-17 16:02:06 -0300
committerEuAndreh <eu@euandre.org>2025-04-17 16:10:57 -0300
commit970b2a1ff511445db2d8bc5d2c537c4b669f30e0 (patch)
tree8dedce7133f57f3eb8a767a00af854e473a83856
parentsrc/content/style.css: Support dark mode (diff)
downloadeuandre.org-970b2a1ff511445db2d8bc5d2c537c4b669f30e0.tar.gz
euandre.org-970b2a1ff511445db2d8bc5d2c537c4b669f30e0.tar.xz
src/content/blog/2020/11/12/database-parsers-trees.adoc: Replace FIXME with </p><p> paragraph blocks
Diffstat (limited to '')
-rw-r--r--src/content/blog/2020/11/12/database-parsers-trees.adoc4
1 files changed, 2 insertions, 2 deletions
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:[</p><p>]
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:[</p><p>]
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.