diff options
| author | flip1995 <hello@philkrones.com> | 2018-12-17 14:33:05 +0100 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2018-12-17 14:33:05 +0100 |
| commit | d74288efce836ad67825b2d25f6c8889b06c7d7a (patch) | |
| tree | fa8a574657cc175043bd097719d96ea5f97b3074 | |
| parent | a44adaa5edd793da13665734a6de2d46d584e733 (diff) | |
| download | rust-d74288efce836ad67825b2d25f6c8889b06c7d7a.tar.gz rust-d74288efce836ad67825b2d25f6c8889b06c7d7a.zip | |
Run update_lints after renaming
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d773238597e..606f16061ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -760,7 +760,7 @@ All notable changes to this project will be documented in this file. [`mistyped_literal_suffixes`]: https://rust-lang.github.io/rust-clippy/master/index.html#mistyped_literal_suffixes [`mixed_case_hex_literals`]: https://rust-lang.github.io/rust-clippy/master/index.html#mixed_case_hex_literals [`module_inception`]: https://rust-lang.github.io/rust-clippy/master/index.html#module_inception -[`module_name_repeat`]: https://rust-lang.github.io/rust-clippy/master/index.html#module_name_repeat +[`module_name_repetitions`]: https://rust-lang.github.io/rust-clippy/master/index.html#module_name_repetitions [`modulo_one`]: https://rust-lang.github.io/rust-clippy/master/index.html#modulo_one [`multiple_crate_versions`]: https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions [`multiple_inherent_impl`]: https://rust-lang.github.io/rust-clippy/master/index.html#multiple_inherent_impl |
