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
-1
View File
@@ -18,7 +18,6 @@
/// **Example:**
/// * `let x = {"foo" ;}` when the user almost certainly intended `let x
/// ={"foo"}`
declare_lint! {
pub UNIT_EXPR,
Warn,