Skip to content

Commit

Permalink
add ;
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoto7250 committed Apr 16, 2022
1 parent 8cbdc84 commit 770726c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/bytes_count_to_len.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ declare_clippy_lint! {
/// ```
/// Use instead:
/// ```rust
/// "hello".len()
/// "hello".len();
/// String::from("hello").len();
/// ```
#[clippy::version = "1.62.0"]
Expand Down

0 comments on commit 770726c

Please sign in to comment.