From e9d46ab64ea276ca6c8ec27ef74b87ffe88ec714 Mon Sep 17 00:00:00 2001 From: Redddy Date: Sun, 8 Mar 2026 10:37:47 +0900 Subject: [PATCH] Update conventions for TODO and FIXME comments --- src/conventions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conventions.md b/src/conventions.md index 0e08ef9042..0440fb0c5e 100644 --- a/src/conventions.md +++ b/src/conventions.md @@ -139,6 +139,8 @@ if foo { } ``` +If you want to leave a note in the codebase, use `// FIXME` instead. + ## Using crates from crates.io