From 7e9abb311df2ecc61ea294f98a6eda03612178ef Mon Sep 17 00:00:00 2001 From: Philipp Krones Date: Fri, 5 May 2023 17:45:49 +0200 Subject: Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyup --- clippy_lints/src/missing_trait_methods.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clippy_lints/src/missing_trait_methods.rs') diff --git a/clippy_lints/src/missing_trait_methods.rs b/clippy_lints/src/missing_trait_methods.rs index e99081ad062..1adecd2caac 100644 --- a/clippy_lints/src/missing_trait_methods.rs +++ b/clippy_lints/src/missing_trait_methods.rs @@ -12,7 +12,7 @@ declare_clippy_lint! { /// Checks if a provided method is used implicitly by a trait /// implementation. A usage example would be a wrapper where every method /// should perform some operation before delegating to the inner type's - /// implemenation. + /// implementation. /// /// This lint should typically be enabled on a specific trait `impl` item /// rather than globally. -- cgit 1.4.1-3-g733a5