Skip to content

Commit 066e874

Browse files
author
Ype Kingma
committed
After a missed a cargo dev update_lints
1 parent bb6d11d commit 066e874

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5357,7 +5357,7 @@ Released 2018-09-13
53575357
[`explicit_deref_methods`]: https://rust-lang.github.io/rust-clippy/master/index.html#explicit_deref_methods
53585358
[`explicit_into_iter_loop`]: https://rust-lang.github.io/rust-clippy/master/index.html#explicit_into_iter_loop
53595359
[`explicit_iter_loop`]: https://rust-lang.github.io/rust-clippy/master/index.html#explicit_iter_loop
5360-
[`explicit_lifetimes_bound_nested_ref`]: https://rust-lang.github.io/rust-clippy/master/index.html#explicit_lifetimes_bound_nested_ref
5360+
[`explicit_lifetimes_bound`]: https://rust-lang.github.io/rust-clippy/master/index.html#explicit_lifetimes_bound
53615361
[`explicit_write`]: https://rust-lang.github.io/rust-clippy/master/index.html#explicit_write
53625362
[`extend_from_slice`]: https://rust-lang.github.io/rust-clippy/master/index.html#extend_from_slice
53635363
[`extend_with_drain`]: https://rust-lang.github.io/rust-clippy/master/index.html#extend_with_drain
@@ -5419,7 +5419,7 @@ Released 2018-09-13
54195419
[`impl_trait_in_params`]: https://rust-lang.github.io/rust-clippy/master/index.html#impl_trait_in_params
54205420
[`implicit_clone`]: https://rust-lang.github.io/rust-clippy/master/index.html#implicit_clone
54215421
[`implicit_hasher`]: https://rust-lang.github.io/rust-clippy/master/index.html#implicit_hasher
5422-
[`implicit_lifetimes_bound_nested_ref`]: https://rust-lang.github.io/rust-clippy/master/index.html#implicit_lifetimes_bound_nested_ref
5422+
[`implicit_lifetimes_bound`]: https://rust-lang.github.io/rust-clippy/master/index.html#implicit_lifetimes_bound
54235423
[`implicit_return`]: https://rust-lang.github.io/rust-clippy/master/index.html#implicit_return
54245424
[`implicit_saturating_add`]: https://rust-lang.github.io/rust-clippy/master/index.html#implicit_saturating_add
54255425
[`implicit_saturating_sub`]: https://rust-lang.github.io/rust-clippy/master/index.html#implicit_saturating_sub

clippy_lints/src/declared_lints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
267267
crate::let_with_type_underscore::LET_WITH_TYPE_UNDERSCORE_INFO,
268268
crate::lifetimes::EXTRA_UNUSED_LIFETIMES_INFO,
269269
crate::lifetimes::NEEDLESS_LIFETIMES_INFO,
270-
crate::lifetimes_bound_nested_ref::IMPLICIT_LIFETIMES_BOUND_INFO,
271270
crate::lifetimes_bound_nested_ref::EXPLICIT_LIFETIMES_BOUND_INFO,
271+
crate::lifetimes_bound_nested_ref::IMPLICIT_LIFETIMES_BOUND_INFO,
272272
crate::lines_filter_map_ok::LINES_FILTER_MAP_OK_INFO,
273273
crate::literal_representation::DECIMAL_LITERAL_REPRESENTATION_INFO,
274274
crate::literal_representation::INCONSISTENT_DIGIT_GROUPING_INFO,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy