Skip to content

Commit d78ed67

Browse files
committed
fix instruction
1 parent 17bc845 commit d78ed67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Run `./whats_left.py` to get a list of unimplemented methods, which is helpful w
9696
### Rust Code
9797

9898
- Follow the default rustfmt code style (`cargo fmt` to format)
99-
- Use clippy to lint code (`cargo clippy`)
99+
- **IMPORTANT**: Always run clippy to lint code (`cargo clippy`) before completing tasks. Fix any warnings or lints that are introduced by your changes
100100
- Follow Rust best practices for error handling and memory management
101101
- Use the macro system (`pyclass`, `pymodule`, `pyfunction`, etc.) when implementing Python functionality in Rust
102102

0 commit comments

Comments
 (0)