We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1636396 commit 3f0ce06Copy full SHA for 3f0ce06
clippy_lints/src/bytes_count_to_len.rs
@@ -25,7 +25,7 @@ declare_clippy_lint! {
25
/// ```
26
/// Use instead:
27
/// ```rust
28
- /// "hello".len()
+ /// "hello".len();
29
/// String::from("hello").len();
30
31
#[clippy::version = "1.62.0"]
0 commit comments