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 bf55aee commit c4b8d87Copy full SHA for c4b8d87
clippy_lints/src/from_str_radix_10.rs
@@ -19,7 +19,9 @@ declare_clippy_lint! {
19
/// (and in most cases, the turbofish can be removed), which reduces code length
20
/// and complexity.
21
///
22
- /// **Known problems:** None.
+ /// **Known problems:**
23
+ /// This lint may suggest using (&<expression>).parse() instead of <expression>.parse() directly
24
+ /// in some cases, which is correct but adds unnecessary complexity to the code.
25
26
/// **Example:**
27
0 commit comments