You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clippy_lints/src/methods.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ declare_lint! {
73
73
/// |`is_` |`&self` or none |
74
74
/// |`to_` |`&self` |
75
75
///
76
-
/// **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.
76
+
/// **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.
0 commit comments