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.
2 parents 5da97d0 + c037361 commit 68b222eCopy full SHA for 68b222e
clippy_lints/src/from_str_radix_10.rs
@@ -22,8 +22,8 @@ declare_clippy_lint! {
22
///
23
/// ### Known problems
24
25
- /// This lint may suggest using (&<expression>).parse() instead of <expression>.parse() directly
26
- /// in some cases, which is correct but adds unnecessary complexity to the code.
+ /// This lint may suggest using `(&<expression>).parse()` instead of `<expression>.parse()`
+ /// directly in some cases, which is correct but adds unnecessary complexity to the code.
27
28
/// ### Example
29
/// ```ignore
0 commit comments