Skip to content

Commit cdb45ba

Browse files
committed
Contributing: add link to kernel.org's Rust code documentation
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 05e83a8 commit cdb45ba

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
@@ -106,7 +106,7 @@ The following items apply to every patch in a series. That is, in general, each
106106

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

109-
- When submitting changes to Rust code documentation, please render them using the `rustdoc` target and ensure the result looks as expected.
109+
- When submitting changes to Rust code documentation, please render them using the `rustdoc` target and ensure the result looks as expected. The Rust code documentation gets rendered at <https://rust.docs.kernel.org>.
110110

111111
- When submitting changes to examples inside Rust code documentation (i.e. "doctests"), which are transformed into KUnit tests, please test them by [running them](https://docs.kernel.org/rust/testing.html).
112112

0 commit comments

Comments
 (0)