File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments