Skip to content

Commit

Permalink
Auto merge of #3990 - felixrabe:patch-1, r=flip1995
Browse files Browse the repository at this point in the history
Typo

changelog: none
  • Loading branch information
bors committed Apr 18, 2019
2 parents c6e43b1 + b4f2200 commit c53b867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/methods/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c53b867

Please sign in to comment.