diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-12 11:04:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-12 11:04:06 +0000 |
| commit | f6c0b1ce59c9fa5bcbf482b1b9d16a3bae6abf1c (patch) | |
| tree | 293efde12cd4b5ac6626694a12ee5b9b690a356d | |
| parent | e471cb2a127b45cec5f23359ea92bf6bcad753b6 (diff) | |
| parent | c81e7a3a5936688cbe94c32f4e872ff36100def2 (diff) | |
| download | rust-f6c0b1ce59c9fa5bcbf482b1b9d16a3bae6abf1c.tar.gz rust-f6c0b1ce59c9fa5bcbf482b1b9d16a3bae6abf1c.zip | |
Merge #5719
5719: Minor r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
| -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 ca23010213a..4ff72865e85 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs @@ -56,6 +56,7 @@ fn deny_clippy(path: &PathBuf, text: &String) { "\n\nallowing lints is forbidden: {}. rust-analyzer intentionally doesn't check clippy on CI. You can allow lint globally via `xtask clippy`. +See https://github.com/rust-lang/rust-clippy/issues/5537 for discussion. ", path.display() |
