Skip to content

Commit ad80542

Browse files
committed
document build.clippy-driver and build.cargo-clippy options
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 89e0a0c commit ad80542

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config.example.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,18 @@
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 must be used together with `clippy-driver` below.
237+
#cargo-clippy = "/path/to/cargo-clippy"
238+
239+
# Instead of downloading the src/stage0 version of clippy-driver specified,
240+
# use this clippy-driver binary instead as the stage0 snapshot clippy-driver.
241+
#
242+
# Note that this option must be used together with `cargo-clippy` above.
243+
#clippy-driver = "/path/to/clippy-driver"
244+
233245
# Whether to build documentation by default. If false, rustdoc and
234246
# friends will still be compiled but they will not be used to generate any
235247
# documentation.

0 commit comments

Comments
 (0)