mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Fix empty documentation in unit_expr
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
/// **Example:**
|
||||
/// * `let x = {"foo" ;}` when the user almost certainly intended `let x
|
||||
/// ={"foo"}`
|
||||
|
||||
declare_lint! {
|
||||
pub UNIT_EXPR,
|
||||
Warn,
|
||||
|
||||
Reference in New Issue
Block a user