docs: fix formatting of indoc! link

This commit is contained in:
link2xt
2026-01-17 14:06:31 +00:00
committed by l
parent 8f604e74ec
commit 659d21aa9d

View File

@@ -21,7 +21,7 @@ text TEXT DEFAULT '' NOT NULL -- message text
```
Do not use macros like [`concat!`](https://doc.rust-lang.org/std/macro.concat.html)
or [`indoc!](https://docs.rs/indoc).
or [`indoc!`](https://docs.rs/indoc).
Do not escape newlines like this:
```
sql.execute(