From e297c84703593fc5fccdef42714ccf9f40e94823 Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Wed, 19 Feb 2025 18:23:47 +0500 Subject: [PATCH] Remove Known problems section for vec_box --- clippy_lints/src/types/mod.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/clippy_lints/src/types/mod.rs b/clippy_lints/src/types/mod.rs index 579cbf447a2b..146fb75a5f76 100644 --- a/clippy_lints/src/types/mod.rs +++ b/clippy_lints/src/types/mod.rs @@ -60,10 +60,6 @@ declare_clippy_lint! { /// `Vec` already keeps its contents in a separate area on /// the heap. So if you `Box` its contents, you just add another level of indirection. /// - /// ### Known problems - /// Vec> makes sense if T is a large type (see [#3530](https://github.com/rust-lang/rust-clippy/issues/3530), - /// 1st comment). - /// /// ### Example /// ```no_run /// struct X {