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 bb014f7 commit 2cdba4aCopy full SHA for 2cdba4a
clippy_lints/src/unused_box.rs
@@ -30,7 +30,7 @@ declare_clippy_lint! {
30
#[clippy::version = "1.64.0"]
31
pub UNUSED_BOX,
32
nursery,
33
- "default lint description"
+ "Needlessly returning a Box"
34
}
35
declare_lint_pass!(UnusedBox => [UNUSED_BOX]);
36
0 commit comments