Skip to content

Commit

Permalink
Merge pull request #2995 from reujab/master
Browse files Browse the repository at this point in the history
Removed colon in documentation
  • Loading branch information
Manishearth authored Aug 2, 2018
2 parents c27cdca + 1afb7e8 commit 55a3838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ declare_clippy_lint! {
/// (`Rc`, `Arc`, `rc::Weak`, or `sync::Weak`), and suggests calling Clone via unified
/// function syntax instead (e.g. `Rc::clone(foo)`).
///
/// **Why is this bad?**: Calling '.clone()' on an Rc, Arc, or Weak
/// **Why is this bad?** Calling '.clone()' on an Rc, Arc, or Weak
/// can obscure the fact that only the pointer is being cloned, not the underlying
/// data.
///
Expand Down

0 comments on commit 55a3838

Please sign in to comment.