We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e43b1 commit b4f2200Copy full SHA for b4f2200
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