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
1 parent 33052be commit aace547Copy full SHA for aace547
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