Skip to content

Commit 0d9ef39

Browse files
committed
Auto merge of #3990 - felixrabe:patch-1, r=flip1995
Typo changelog: none
2 parents 77fbdb6 + b4f2200 commit 0d9ef39

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ declare_clippy_lint! {
359359
/// **Why is this bad?** The function will always be called.
360360
///
361361
/// **Known problems:** If the function has side-effects, not calling it will
362-
/// change the semantic of the program, but you shouldn't rely on that anyway.
362+
/// change the semantics of the program, but you shouldn't rely on that anyway.
363363
///
364364
/// **Example:**
365365
/// ```rust

0 commit comments

Comments
 (0)