diff options
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/tests/tidy.rs | 1 |
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: {}. |
57 | rust-analyzer intentionally doesn't check clippy on CI. | 57 | rust-analyzer intentionally doesn't check clippy on CI. |
58 | You can allow lint globally via `xtask clippy`. | 58 | You can allow lint globally via `xtask clippy`. |
59 | See https://github.com/rust-lang/rust-clippy/issues/5537 for discussion. | ||
59 | 60 | ||
60 | ", | 61 | ", |
61 | path.display() | 62 | path.display() |