Skip to content

Commit bc881c5

Browse files
committed
Changed the default description
1 parent 04803fe commit bc881c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/unused_box.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ declare_clippy_lint! {
3030
#[clippy::version = "1.64.0"]
3131
pub UNUSED_BOX,
3232
nursery,
33-
"default lint description"
33+
"Needlessly returning a Box"
3434
}
3535
declare_lint_pass!(UnusedBox => [UNUSED_BOX]);
3636

0 commit comments

Comments
 (0)