mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46:29 +03:00
docs: fix formatting of indoc! link
This commit is contained in:
2
STYLE.md
2
STYLE.md
@@ -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)
|
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:
|
Do not escape newlines like this:
|
||||||
```
|
```
|
||||||
sql.execute(
|
sql.execute(
|
||||||
|
|||||||
Reference in New Issue
Block a user