Skip to content

Commit 3f0ce06

Browse files
committed
add ;
1 parent 1636396 commit 3f0ce06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/bytes_count_to_len.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ declare_clippy_lint! {
2525
/// ```
2626
/// Use instead:
2727
/// ```rust
28-
/// "hello".len()
28+
/// "hello".len();
2929
/// String::from("hello").len();
3030
/// ```
3131
#[clippy::version = "1.62.0"]

0 commit comments

Comments
 (0)