File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,14 @@ resolved. When you encounter a `TODO` comment:
9292 be resolved* .
93932 . ** Critique** only if the ` TODO ` is insufficient (i.e., the code would still
9494 be problematic * even if* the ` TODO ` were resolved).
95+ 3 . ** Safety Placeholders:** A ` // SAFETY: TODO ` comment is a valid placeholder
96+ for a safety comment, and a ` /// TODO ` comment in a ` /// # Safety ` doc
97+ section is a valid placeholder for safety documentation. ** DO NOT** flag
98+ the first as a missing safety justification or a critical issue, and ** DO
99+ NOT** flag the second as missing safety documentation. You must assume the
100+ author will write a sound justification or accurate safety documentation
101+ before merging.
102+
95103<!-- TODO-check-enable -->
96104
97105## 4. Anti-Patterns (NEVER Do This)
You can’t perform that action at this time.
0 commit comments