diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-12-01 16:57:45 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-12-12 14:56:35 +0100 |
| commit | ded94ecf65e334a9c38a8938e817f2bb83f73d45 (patch) | |
| tree | 8ceb3a608162fb211af3c1673b29089f19950db1 | |
| parent | 5accd517ee72462371a3ed98403e9f8f39dfed18 (diff) | |
| download | rust-ded94ecf65e334a9c38a8938e817f2bb83f73d45.tar.gz rust-ded94ecf65e334a9c38a8938e817f2bb83f73d45.zip | |
Update CHANGELOG to add `write_and_append` lint
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e76c0d023..188ba02b0bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5146,6 +5146,7 @@ Released 2018-09-13 [`index_refutable_slice`]: https://rust-lang.github.io/rust-clippy/master/index.html#index_refutable_slice [`indexing_slicing`]: https://rust-lang.github.io/rust-clippy/master/index.html#indexing_slicing [`ineffective_bit_mask`]: https://rust-lang.github.io/rust-clippy/master/index.html#ineffective_bit_mask +[`ineffective_open_options`]: https://rust-lang.github.io/rust-clippy/master/index.html#ineffective_open_options [`inefficient_to_string`]: https://rust-lang.github.io/rust-clippy/master/index.html#inefficient_to_string [`infallible_destructuring_match`]: https://rust-lang.github.io/rust-clippy/master/index.html#infallible_destructuring_match [`infinite_iter`]: https://rust-lang.github.io/rust-clippy/master/index.html#infinite_iter |
