Skip to content

Commit

Permalink
document build.clippy-driver and build.cargo-clippy options
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Aug 16, 2024
1 parent a34f2c5 commit 826760c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,18 @@
# use this rustfmt binary instead as the stage0 snapshot rustfmt.
#rustfmt = "/path/to/rustfmt"

# Instead of downloading the src/stage0 version of cargo-clippy specified,
# use this cargo-clippy binary instead as the stage0 snapshot cargo-clippy.
#
# Note that this option must be used together with `clippy-driver` below.
#cargo-clippy = "/path/to/cargo-clippy"

# Instead of downloading the src/stage0 version of clippy-driver specified,
# use this clippy-driver binary instead as the stage0 snapshot clippy-driver.
#
# Note that this option must be used together with `cargo-clippy` above.
#clippy-driver = "/path/to/clippy-driver"

# Whether to build documentation by default. If false, rustdoc and
# friends will still be compiled but they will not be used to generate any
# documentation.
Expand Down

0 comments on commit 826760c

Please sign in to comment.