We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb606e commit 947d16eCopy full SHA for 947d16e
CLAUDE.md
@@ -6,3 +6,4 @@
6
6. When instructed to fix tests, do not remove or modify existing tests.
7
7. Write documentation for your code.
8
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