We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cloned_ref_to_slice_refs
2 parents 33052be + aace547 commit 0138c79Copy full SHA for 0138c79
clippy_lints/src/cloned_ref_to_slice_refs.rs
@@ -17,7 +17,7 @@ declare_clippy_lint! {
17
///
18
/// ### Why is this bad
19
20
- /// 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.
21
22
/// ### Known problems
23
0 commit comments