You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ This project adheres to the [Contributor Covenant Code of Conduct](CODE_OF_CONDU
91
91
### Code Style
92
92
93
93
-**Formatting**: Use `cargo fmt --all` to format your code
94
-
-**Linting**: Run `cargo clippy --all-targets --all-features -- -D warnings` to check for lints
94
+
-**Linting**: Run `cargo clippy --all-targets -- -D warnings` to check for lints
95
95
-**Documentation**: Add doc comments for public APIs using `///`
96
96
-**Testing**: Write tests for new functionality and bug fixes
97
97
-**Backwards Compatibility**: Strive to maintain backwards compatibility whenever possible. If breaking changes are necessary, clearly document them and provide migration guidance
@@ -158,7 +158,7 @@ Run these commands to ensure your code meets the project standards:
0 commit comments