Fix clippy warnings
This commit is contained in:
@@ -148,6 +148,7 @@ mod tests {
|
||||
- Use `cargo fmt` for formatting
|
||||
- Use `cargo clippy` for linting
|
||||
- Ensure documentation for public APIs
|
||||
- _ALWAYS_ format and lint after making a change, and fix the linting errors
|
||||
|
||||
### 4. Commit Standards
|
||||
- Commit both code and tests together
|
||||
@@ -207,4 +208,4 @@ mod tests {
|
||||
### Technical Documentation
|
||||
- **docs/architecture.md**: Detailed technical specifications, implementation details, and developer-focused content
|
||||
- **specs/**: Implementation planning, API specifications, and historical context
|
||||
- **Code Comments**: Use for implementation details and complex logic explanations
|
||||
- **Code Comments**: Use for implementation details and complex logic explanations
|
||||
|
||||
Reference in New Issue
Block a user