changelog: none
This commit is contained in:
Samuel Tardieu 2025-06-06 10:39:17 +00:00 committed by GitHub
commit f2922e7a27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -303,7 +303,7 @@ declare_clippy_lint! {
/// to the name of the method, when there is a field's whose name matches that of the method.
///
/// ### Why is this bad?
/// 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.
///
/// ### Example