diff options
| author | Daniel Smith <daniel.smith@datadoghq.com> | 2020-09-10 16:02:00 -0400 |
|---|---|---|
| committer | Daniel Smith <daniel.smith@datadoghq.com> | 2020-10-21 11:04:26 -0400 |
| commit | 070a751d4cf350a71901f75bc99ca0e0922a3133 (patch) | |
| tree | d2adbac910302d84546eeee154cf614b3a0ed341 | |
| parent | 8727169f7243c87e3708d99e9602562370f01a1a (diff) | |
| download | rust-070a751d4cf350a71901f75bc99ca0e0922a3133.tar.gz rust-070a751d4cf350a71901f75bc99ca0e0922a3133.zip | |
update_lints
| -rw-r--r-- | CHANGELOG.md | 1 | ||||
| -rw-r--r-- | src/lintlist/mod.rs | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d82f970b8bf..287301772e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1632,6 +1632,7 @@ Released 2018-09-13 [`assign_ops`]: https://rust-lang.github.io/rust-clippy/master/index.html#assign_ops [`async_yields_async`]: https://rust-lang.github.io/rust-clippy/master/index.html#async_yields_async [`await_holding_lock`]: https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_lock +[`await_holding_refcell_ref`]: https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_refcell_ref [`bad_bit_mask`]: https://rust-lang.github.io/rust-clippy/master/index.html#bad_bit_mask [`bind_instead_of_map`]: https://rust-lang.github.io/rust-clippy/master/index.html#bind_instead_of_map [`blacklisted_name`]: https://rust-lang.github.io/rust-clippy/master/index.html#blacklisted_name diff --git a/src/lintlist/mod.rs b/src/lintlist/mod.rs index 6301d623a2b..21185a08d5c 100644 --- a/src/lintlist/mod.rs +++ b/src/lintlist/mod.rs @@ -68,6 +68,13 @@ vec