Skip to content

Commit 9dcc656

Browse files
committedAug 26, 2024
document build.cargo-clippy option
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 9d694b5 commit 9dcc656

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎config.example.toml

+7
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,13 @@
230230
# use this rustfmt binary instead as the stage0 snapshot rustfmt.
231231
#rustfmt = "/path/to/rustfmt"
232232

233+
# Instead of downloading the src/stage0 version of cargo-clippy specified,
234+
# use this cargo-clippy binary instead as the stage0 snapshot cargo-clippy.
235+
#
236+
# Note that this option should be used with the same toolchain as the `rustc` option above.
237+
# Otherwise, clippy is likely to fail due to a toolchain conflict.
238+
#cargo-clippy = "/path/to/cargo-clippy"
239+
233240
# Whether to build documentation by default. If false, rustdoc and
234241
# friends will still be compiled but they will not be used to generate any
235242
# documentation.

0 commit comments

Comments
 (0)