Using nightly-2019-08-26.
In this TiKV PR we upgraded the compiler. Our tidb_query component tripped the redundant_semicolon lint (and seemingly in turn clippy::no_effect) but rustc/clippy did not tell us the line number.
I couldn't find the code that triggered the lint and had to just allow both for the whole crate.
This issue has been assigned to @nathanwhit via this comment.
Using nightly-2019-08-26.
In this TiKV PR we upgraded the compiler. Our tidb_query component tripped the redundant_semicolon lint (and seemingly in turn clippy::no_effect) but rustc/clippy did not tell us the line number.
I couldn't find the code that triggered the lint and had to just allow both for the whole crate.
This issue has been assigned to @nathanwhit via this comment.