mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 07:00:55 +00:00
Typo
This commit is contained in:
parent
c6e43b1ba7
commit
b4f2200d5c
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ declare_clippy_lint! {
|
|||
/// **Why is this bad?** The function will always be called.
|
||||
///
|
||||
/// **Known problems:** If the function has side-effects, not calling it will
|
||||
/// 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.
|
||||
///
|
||||
/// **Example:**
|
||||
/// ```rust
|
||||
|
|
Loading…
Reference in a new issue