We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build.cargo-clippy
1 parent 9d694b5 commit 9dcc656Copy full SHA for 9dcc656
config.example.toml
@@ -230,6 +230,13 @@
230
# use this rustfmt binary instead as the stage0 snapshot rustfmt.
231
#rustfmt = "/path/to/rustfmt"
232
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
+
240
# Whether to build documentation by default. If false, rustdoc and
241
# friends will still be compiled but they will not be used to generate any
242
# documentation.
0 commit comments