Fix empty documentation in unit_expr

This commit is contained in:
Tuomas Siipola 2017-09-12 19:04:05 +03:00
parent 2b698db1ae
commit 6d3db724b7
No known key found for this signature in database
GPG Key ID: C697375E9F444461
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ use utils::span_note_and_lint;
/// **Example:**
/// * `let x = {"foo" ;}` when the user almost certainly intended `let x
/// ={"foo"}`
declare_lint! {
pub UNIT_EXPR,
Warn,