aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-12 12:03:43 +0100
committerAleksey Kladov <[email protected]>2020-08-12 12:03:43 +0100
commitc81e7a3a5936688cbe94c32f4e872ff36100def2 (patch)
tree356a70dad613fbc1a92c49cbfd59d2ddcbea02ac
parent49af51129b943784a3e6dbe33b05b6f683965b28 (diff)
Minor
-rw-r--r--xtask/tests/tidy.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs
index ca2301021..4ff72865e 100644
--- a/xtask/tests/tidy.rs
+++ b/xtask/tests/tidy.rs
@@ -56,6 +56,7 @@ fn deny_clippy(path: &PathBuf, text: &String) {
56 "\n\nallowing lints is forbidden: {}. 56 "\n\nallowing lints is forbidden: {}.
57rust-analyzer intentionally doesn't check clippy on CI. 57rust-analyzer intentionally doesn't check clippy on CI.
58You can allow lint globally via `xtask clippy`. 58You can allow lint globally via `xtask clippy`.
59See https://github.com/rust-lang/rust-clippy/issues/5537 for discussion.
59 60
60", 61",
61 path.display() 62 path.display()