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 cbb966d commit 6a3618cCopy full SHA for 6a3618c
clippy_lints/src/default_box_assignments.rs
@@ -24,6 +24,7 @@ declare_clippy_lint! {
24
/// ```
25
/// Use instead:
26
/// ```no_run
27
+ /// let mut b = Box::new(1u32);
28
/// *b = Default::default();
29
30
#[clippy::version = "1.89.0"]
0 commit comments