diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-05-09 12:14:04 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-05-19 16:16:37 +0200 |
| commit | 5328852ad7d6801acd03eefc8bc88c3ee70929b5 (patch) | |
| tree | 9619d38b214b5ad66afc9f905d899641f474ab65 | |
| parent | fcf19481aa17ea7bfaabc0bfae07aebc40248146 (diff) | |
| download | rust-5328852ad7d6801acd03eefc8bc88c3ee70929b5.tar.gz rust-5328852ad7d6801acd03eefc8bc88c3ee70929b5.zip | |
Update CHANGELOG
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dafa3f3a139..79f2a47110b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4899,6 +4899,7 @@ Released 2018-09-13 [`no_effect_underscore_binding`]: https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding [`no_mangle_with_rust_abi`]: https://rust-lang.github.io/rust-clippy/master/index.html#no_mangle_with_rust_abi [`non_ascii_literal`]: https://rust-lang.github.io/rust-clippy/master/index.html#non_ascii_literal +[`non_minimal_cfg`]: https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg [`non_octal_unix_permissions`]: https://rust-lang.github.io/rust-clippy/master/index.html#non_octal_unix_permissions [`non_send_fields_in_send_ty`]: https://rust-lang.github.io/rust-clippy/master/index.html#non_send_fields_in_send_ty [`nonminimal_bool`]: https://rust-lang.github.io/rust-clippy/master/index.html#nonminimal_bool |
