From 659d21aa9dcf69d448594a603c00edf774db1c3d Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 17 Jan 2026 14:06:31 +0000 Subject: [PATCH] docs: fix formatting of `indoc!` link --- STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLE.md b/STYLE.md index 719a6d9dc..ffc477ed7 100644 --- a/STYLE.md +++ b/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) -or [`indoc!](https://docs.rs/indoc). +or [`indoc!`](https://docs.rs/indoc). Do not escape newlines like this: ``` sql.execute(