Skip to content

Commit ed368ff

Browse files
committed
Update the clippy version number
1 parent 01b7294 commit ed368ff

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
@@ -29,7 +29,7 @@ declare_clippy_lint! {
2929
/// String::from("Hello, world!")
3030
/// }
3131
/// ```
32-
#[clippy::version = "1.64.0"]
32+
#[clippy::version = "1.69.0"]
3333
pub UNNECESSARY_BOX_RETURNS,
3434
nursery,
3535
"Needlessly returning a Box"

0 commit comments

Comments
 (0)