You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,16 +253,18 @@ Environment variables set during test-all:
253
253
254
254
**MUST** (required for merge):
255
255
-[ ]`cargo clippy --workspace --all-features --tests` passes with no warnings
256
-
-[ ]`cargo +nightly fmt -- --check` passes
256
+
-[ ]`cargo +nightly fmt --all -- --check` passes (run `cargo +nightly fmt --all` to fix; applies to **all** changed `.rs` files including tests — CI checks every file, not just lib code)
257
257
-[ ]`debug_assert!` for non-obvious invariants
258
258
-[ ] No `unwrap()` in library code
259
259
-[ ] No silent error ignoring (`let _ =`)
260
260
-[ ] New files under 500 lines (split by responsibility if larger)
261
261
-[ ] No unnecessary `.clone()` (OK in actor/async code for clarity)
0 commit comments