We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77fbdb6 + b4f2200 commit 0d9ef39Copy full SHA for 0d9ef39
clippy_lints/src/methods/mod.rs
@@ -359,7 +359,7 @@ declare_clippy_lint! {
359
/// **Why is this bad?** The function will always be called.
360
///
361
/// **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.
+ /// change the semantics of the program, but you shouldn't rely on that anyway.
363
364
/// **Example:**
365
/// ```rust
0 commit comments