Skip to content

Commit 0567b1f

Browse files
committed
Switch to the pedantic category
1 parent 655aefd commit 0567b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/unnecessary_box_returns.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ declare_clippy_lint! {
3030
/// ```
3131
#[clippy::version = "1.69.0"]
3232
pub UNNECESSARY_BOX_RETURNS,
33-
nursery,
33+
pedantic,
3434
"Needlessly returning a Box"
3535
}
3636

0 commit comments

Comments
 (0)