Skip to content

Commit 37c36f0

Browse files
committed
Contributing: add checklist item about testing stable & minimum Rust versions
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 58e57db commit 37c36f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Contributing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ For new abstractions and modules, and especially for those that require new kern
112112

113113
- When submitting changes to `#[test]`s, please test them by running the `rusttest` target.
114114

115+
- Ideally, please check your changes with both the latest stable Rust compiler as well as the minimum supported version (`scripts/min-tool-version.sh rustc`), including Clippy.
116+
115117
### Key cycle dates
116118

117119
- Patches can be sent anytime.

0 commit comments

Comments
 (0)