aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-08-12 12:04:06 +0100
committerGitHub <[email protected]>2020-08-12 12:04:06 +0100
commitf6c0b1ce59c9fa5bcbf482b1b9d16a3bae6abf1c (patch)
tree293efde12cd4b5ac6626694a12ee5b9b690a356d
parente471cb2a127b45cec5f23359ea92bf6bcad753b6 (diff)
parentc81e7a3a5936688cbe94c32f4e872ff36100def2 (diff)
Merge #5719
5719: Minor r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
-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()