mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-31 09:04:18 +00:00
Fixed the known problems section
This commit is contained in:
parent
bf55aee7b1
commit
c4b8d87ab9
@ -19,7 +19,9 @@ declare_clippy_lint! {
|
|||||||
/// (and in most cases, the turbofish can be removed), which reduces code length
|
/// (and in most cases, the turbofish can be removed), which reduces code length
|
||||||
/// and complexity.
|
/// and complexity.
|
||||||
///
|
///
|
||||||
/// **Known problems:** None.
|
/// **Known problems:**
|
||||||
|
/// 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.
|
||||||
///
|
///
|
||||||
/// **Example:**
|
/// **Example:**
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user