mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Minor
This commit is contained in:
parent
49af51129b
commit
c81e7a3a59
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ fn deny_clippy(path: &PathBuf, text: &String) {
|
||||||
"\n\nallowing lints is forbidden: {}.
|
"\n\nallowing lints is forbidden: {}.
|
||||||
rust-analyzer intentionally doesn't check clippy on CI.
|
rust-analyzer intentionally doesn't check clippy on CI.
|
||||||
You can allow lint globally via `xtask clippy`.
|
You can allow lint globally via `xtask clippy`.
|
||||||
|
See https://github.com/rust-lang/rust-clippy/issues/5537 for discussion.
|
||||||
|
|
||||||
",
|
",
|
||||||
path.display()
|
path.display()
|
||||||
|
|
Loading…
Reference in a new issue