diff options
| author | dswij <dswijj@gmail.com> | 2021-10-04 11:54:27 +0800 |
|---|---|---|
| committer | Dharma Saputra Wijaya <dswijj@gmail.com> | 2021-11-01 22:26:38 +0800 |
| commit | bb1cf729990e063a858bf31b54bd1d0e13dc4707 (patch) | |
| tree | 8bd46d75e2abe40eeb96484997579e5b9a4cc074 | |
| parent | 1085df58ac898fdaea416e592c8667bef162ea87 (diff) | |
| download | rust-bb1cf729990e063a858bf31b54bd1d0e13dc4707.tar.gz rust-bb1cf729990e063a858bf31b54bd1d0e13dc4707.zip | |
Update CHANGELOG to include `separated_literal_suffix`
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a4424f5061..5a3705dcd6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2972,6 +2972,7 @@ Released 2018-09-13 [`self_named_constructors`]: https://rust-lang.github.io/rust-clippy/master/index.html#self_named_constructors [`self_named_module_files`]: https://rust-lang.github.io/rust-clippy/master/index.html#self_named_module_files [`semicolon_if_nothing_returned`]: https://rust-lang.github.io/rust-clippy/master/index.html#semicolon_if_nothing_returned +[`separated_literal_suffix`]: https://rust-lang.github.io/rust-clippy/master/index.html#separated_literal_suffix [`serde_api_misuse`]: https://rust-lang.github.io/rust-clippy/master/index.html#serde_api_misuse [`shadow_reuse`]: https://rust-lang.github.io/rust-clippy/master/index.html#shadow_reuse [`shadow_same`]: https://rust-lang.github.io/rust-clippy/master/index.html#shadow_same |
