File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5357,7 +5357,7 @@ Released 2018-09-13
5357
5357
[ `explicit_deref_methods` ] : https://rust-lang.github.io/rust-clippy/master/index.html#explicit_deref_methods
5358
5358
[ `explicit_into_iter_loop` ] : https://rust-lang.github.io/rust-clippy/master/index.html#explicit_into_iter_loop
5359
5359
[ `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
5361
5361
[ `explicit_write` ] : https://rust-lang.github.io/rust-clippy/master/index.html#explicit_write
5362
5362
[ `extend_from_slice` ] : https://rust-lang.github.io/rust-clippy/master/index.html#extend_from_slice
5363
5363
[ `extend_with_drain` ] : https://rust-lang.github.io/rust-clippy/master/index.html#extend_with_drain
@@ -5419,7 +5419,7 @@ Released 2018-09-13
5419
5419
[ `impl_trait_in_params` ] : https://rust-lang.github.io/rust-clippy/master/index.html#impl_trait_in_params
5420
5420
[ `implicit_clone` ] : https://rust-lang.github.io/rust-clippy/master/index.html#implicit_clone
5421
5421
[ `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
5423
5423
[ `implicit_return` ] : https://rust-lang.github.io/rust-clippy/master/index.html#implicit_return
5424
5424
[ `implicit_saturating_add` ] : https://rust-lang.github.io/rust-clippy/master/index.html#implicit_saturating_add
5425
5425
[ `implicit_saturating_sub` ] : https://rust-lang.github.io/rust-clippy/master/index.html#implicit_saturating_sub
Original file line number Diff line number Diff line change @@ -267,8 +267,8 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
267
267
crate :: let_with_type_underscore:: LET_WITH_TYPE_UNDERSCORE_INFO ,
268
268
crate :: lifetimes:: EXTRA_UNUSED_LIFETIMES_INFO ,
269
269
crate :: lifetimes:: NEEDLESS_LIFETIMES_INFO ,
270
- crate :: lifetimes_bound_nested_ref:: IMPLICIT_LIFETIMES_BOUND_INFO ,
271
270
crate :: lifetimes_bound_nested_ref:: EXPLICIT_LIFETIMES_BOUND_INFO ,
271
+ crate :: lifetimes_bound_nested_ref:: IMPLICIT_LIFETIMES_BOUND_INFO ,
272
272
crate :: lines_filter_map_ok:: LINES_FILTER_MAP_OK_INFO ,
273
273
crate :: literal_representation:: DECIMAL_LITERAL_REPRESENTATION_INFO ,
274
274
crate :: literal_representation:: INCONSISTENT_DIGIT_GROUPING_INFO ,
You can’t perform that action at this time.
0 commit comments