Skip to content

Commit 240299e

Browse files
Update contributing guide about stable rustfmt
- Note that we use only stable rustfmt features - Ensures compatibility across all Rust channels
1 parent c3695bb commit 240299e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thank you for your interest in contributing to Digstore!
44

55
## Code Formatting
66

7-
We use `rustfmt` to maintain consistent code formatting across the project.
7+
We use `rustfmt` to maintain consistent code formatting across the project. Our configuration uses only stable features to ensure compatibility with stable, beta, and nightly Rust channels.
88

99
### Before Submitting
1010

0 commit comments

Comments
 (0)