Fix MANY_SINGLE_CHAR_NAMES
's docs
This commit is contained in:
parent
b14114f253
commit
3447bfccd9
@ -25,7 +25,11 @@ declare_lint! {
|
||||
///
|
||||
/// **Known problems:** None?
|
||||
///
|
||||
/// **Example:** let (a, b, c, d, e, f, g) = (...);
|
||||
/// **Example:**
|
||||
///
|
||||
/// ```rust
|
||||
/// let (a, b, c, d, e, f, g) = (...);
|
||||
/// ```
|
||||
declare_lint! {
|
||||
pub MANY_SINGLE_CHAR_NAMES,
|
||||
Warn,
|
||||
|
Loading…
x
Reference in New Issue
Block a user