Suggest binding to a tuple if possible in the useless_let_if_seq
lint
#4448
Labels
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
L-suggestion
Lint: Improving, adding or fixing lint suggestions
I could be missing something here, but it seems like clippy (0.0.212 (e3cb40e 2019-06-25)) is giving a false positive for this code (
useless_let_if_seq
)?https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=0cbbd72da8e9a800131ca458f1e76016
Might be similar to #2176 and #2918?
The text was updated successfully, but these errors were encountered: