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 6bb0c97 + 5930e54 commit f2922e7Copy full SHA for f2922e7
clippy_lints/src/functions/mod.rs
@@ -303,7 +303,7 @@ declare_clippy_lint! {
303
/// to the name of the method, when there is a field's whose name matches that of the method.
304
///
305
/// ### Why is this bad?
306
- /// It is most likely that such a method is a bug caused by a typo or by copy-pasting.
+ /// It is most likely that such a method is a bug caused by a typo or by copy-pasting.
307
308
/// ### Example
309
0 commit comments