File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3979,6 +3979,7 @@ Released 2018-09-13
3979
3979
[ `len_zero` ] : https://rust-lang.github.io/rust-clippy/master/index.html#len_zero
3980
3980
[ `let_and_return` ] : https://rust-lang.github.io/rust-clippy/master/index.html#let_and_return
3981
3981
[ `let_underscore_drop` ] : https://rust-lang.github.io/rust-clippy/master/index.html#let_underscore_drop
3982
+ [ `let_underscore_future` ] : https://rust-lang.github.io/rust-clippy/master/index.html#let_underscore_future
3982
3983
[ `let_underscore_lock` ] : https://rust-lang.github.io/rust-clippy/master/index.html#let_underscore_lock
3983
3984
[ `let_underscore_must_use` ] : https://rust-lang.github.io/rust-clippy/master/index.html#let_underscore_must_use
3984
3985
[ `let_unit_value` ] : https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value
Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
215
215
crate :: len_zero:: LEN_WITHOUT_IS_EMPTY_INFO ,
216
216
crate :: len_zero:: LEN_ZERO_INFO ,
217
217
crate :: let_if_seq:: USELESS_LET_IF_SEQ_INFO ,
218
+ crate :: let_underscore:: LET_UNDERSCORE_FUTURE_INFO ,
218
219
crate :: let_underscore:: LET_UNDERSCORE_LOCK_INFO ,
219
220
crate :: let_underscore:: LET_UNDERSCORE_MUST_USE_INFO ,
220
221
crate :: lifetimes:: EXTRA_UNUSED_LIFETIMES_INFO ,
You can’t perform that action at this time.
0 commit comments