mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-16 09:48:08 +00:00
typo: use commas around "e.g."
This commit is contained in:
parent
b5b6945755
commit
d35b94349c
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ declare_lint! {
|
|||
/// |`is_` |`&self` or none |
|
||||
/// |`to_` |`&self` |
|
||||
///
|
||||
/// **Why is this bad?** Consistency breeds readability. If you follow the conventions, your users won't be surprised that they e.g. need to supply a mutable reference to a `as_..` function.
|
||||
/// **Why is this bad?** Consistency breeds readability. If you follow the conventions, your users won't be surprised that they, e.g., need to supply a mutable reference to a `as_..` function.
|
||||
///
|
||||
/// **Known problems:** None
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue