diff options
author | Aleksey Kladov <[email protected]> | 2020-08-12 12:03:43 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-08-12 12:03:43 +0100 |
commit | c81e7a3a5936688cbe94c32f4e872ff36100def2 (patch) | |
tree | 356a70dad613fbc1a92c49cbfd59d2ddcbea02ac /xtask | |
parent | 49af51129b943784a3e6dbe33b05b6f683965b28 (diff) |
Minor
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() |