File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## Code Changes
8
8
9
- - Ensure the code you have provided is complete
9
+ - Ensure the code you have provided is complete (compiles and tests pass)
10
10
- Ensure the project is formatted (cargo fmt --all)
11
11
- Ensure that any clippy warnings are addressed (cargo clippy -- -D warnings)
12
- - When writing an if/else clause, prefer putting the clause with most of the code in the else part to keep the whole conditional more readable
13
- - Avoid arrowized code when possible
14
- - Avoid renaming variables unless explicitly asked to do so
15
12
16
13
## Security Practices
17
14
21
18
22
19
## Misc
23
20
21
+ - Avoid making any formatting changes when not explicitly asked to do so
22
+ - Avoid renaming variables unless explicitly asked to do so
23
+ - When writing an if/else clause, prefer putting the clause with most of the code in the else part to keep the whole conditional more readable
24
+ - Avoid arrowized code whenever possible
24
25
- When providing a solution, give me a score on a scale of 1-10 about how confident you are in the solution
25
26
26
27
## Project-Specific Patterns
You can’t perform that action at this time.
0 commit comments