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.
if
1 parent e9ced12 commit 3376c71Copy full SHA for 3376c71
clippy_lints/src/misc_early/mod.rs
@@ -340,6 +340,8 @@ declare_clippy_lint! {
340
/// // NOTE: Type is a `Vec` here
341
/// println!("all elements: {all:#?}");
342
/// }
343
+ /// // or
344
+ /// println!("all elements: {v:#?}");
345
/// ```
346
#[clippy::version = "1.72.0"]
347
pub REDUNDANT_AT_REST_PATTERN,
0 commit comments