Skip to content

Commit 947d16e

Browse files
Add import statement consistency rule to CLAUDE.md
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dcb606e commit 947d16e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
6. When instructed to fix tests, do not remove or modify existing tests.
77
7. Write documentation for your code.
88
8. Run `cargo fmt --all` before commiting files.
9+
9. Place all import statements at the top of the file for consistency. Do not use inline `use` statements within functions or impl blocks.

0 commit comments

Comments
 (0)