Skip to content

Commit 55a3838

Browse files
authored
Merge pull request #2995 from reujab/master
Removed colon in documentation
2 parents c27cdca + 1afb7e8 commit 55a3838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/methods.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ declare_clippy_lint! {
383383
/// (`Rc`, `Arc`, `rc::Weak`, or `sync::Weak`), and suggests calling Clone via unified
384384
/// function syntax instead (e.g. `Rc::clone(foo)`).
385385
///
386-
/// **Why is this bad?**: Calling '.clone()' on an Rc, Arc, or Weak
386+
/// **Why is this bad?** Calling '.clone()' on an Rc, Arc, or Weak
387387
/// can obscure the fact that only the pointer is being cloned, not the underlying
388388
/// data.
389389
///

0 commit comments

Comments
 (0)