Skip to content

Commit d00dcbe

Browse files
committed
Contributing: add link to the style guidelines
This is helpful since now we have an exceptional case: the imports. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 9e4835a commit d00dcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The following items apply to every patch in a series. That is, in general, each
102102

103103
- Please run your patch through the `scripts/checkpatch.pl` script. In particular, the `--codespell` option is useful to check patches for typos.
104104

105-
- Please format the code by running the `rustfmt` target.
105+
- Please format the code by running the `rustfmt` target. Please see the [style guidelines](https://docs.kernel.org/rust/coding-guidelines.html#style-formatting) as well.
106106

107107
- Please keep the code Clippy-clean by compiling with `CLIPPY=1`.
108108

0 commit comments

Comments
 (0)