Add a semicolon as suggested

This commit is contained in:
Timo 2019-02-17 22:14:38 -05:00 committed by GitHub
parent 508b41ecef
commit 99eccaa120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,7 +215,7 @@ declare_clippy_lint! {
///
/// **Example:**
/// ```rust
/// const ONE = 1.00f64
/// const ONE = 1.00f64;
/// x == ONE // where both are floats
/// ```
declare_clippy_lint! {