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.
1 parent f99057a commit 8477b7fCopy full SHA for 8477b7f
clippy_lints/src/loops/mod.rs
@@ -73,6 +73,7 @@ declare_clippy_lint! {
73
/// ```
74
/// Use instead:
75
/// ```rust
76
+ /// let mut arr: [u8; 4] = [1, 2, 3, 4];
77
/// arr.copy_within(2..4, 0);
78
79
#[clippy::version = "1.60.0"]
0 commit comments