We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1267e90 commit 2e65e4aCopy full SHA for 2e65e4a
clippy_lints/src/unnecessary_box_returns.rs
@@ -28,7 +28,7 @@ declare_clippy_lint! {
28
/// String::from("Hello, world!")
29
/// }
30
/// ```
31
- #[clippy::version = "1.64.0"]
+ #[clippy::version = "1.70.0"]
32
pub UNNECESSARY_BOX_RETURNS,
33
pedantic,
34
"Needlessly returning a Box"
0 commit comments