Skip to content

Commit 2e65e4a

Browse files
committed
Update the clippy version number
1 parent 1267e90 commit 2e65e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/unnecessary_box_returns.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ declare_clippy_lint! {
2828
/// String::from("Hello, world!")
2929
/// }
3030
/// ```
31-
#[clippy::version = "1.64.0"]
31+
#[clippy::version = "1.70.0"]
3232
pub UNNECESSARY_BOX_RETURNS,
3333
pedantic,
3434
"Needlessly returning a Box"

0 commit comments

Comments
 (0)