Add a semicolon as suggested
This commit is contained in:
parent
508b41ecef
commit
99eccaa120
@ -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! {
|
||||
|
Loading…
x
Reference in New Issue
Block a user