Add missing word to cloned_ref_to_slice_refs docs
changelog: none
This commit is contained in:
parent
33052be5a6
commit
aace547a00
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ declare_clippy_lint! {
|
|||
///
|
||||
/// ### Why is this bad
|
||||
///
|
||||
/// A reference does not need to be owned in order to used as a slice.
|
||||
/// A reference does not need to be owned in order to be used as a slice.
|
||||
///
|
||||
/// ### Known problems
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue