Skip to content

Commit e297c84

Browse files
Remove Known problems section for vec_box
1 parent d8ecde0 commit e297c84

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clippy_lints/src/types/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ declare_clippy_lint! {
6060
/// `Vec` already keeps its contents in a separate area on
6161
/// the heap. So if you `Box` its contents, you just add another level of indirection.
6262
///
63-
/// ### Known problems
64-
/// Vec<Box<T: Sized>> makes sense if T is a large type (see [#3530](https://github.com/rust-lang/rust-clippy/issues/3530),
65-
/// 1st comment).
66-
///
6763
/// ### Example
6864
/// ```no_run
6965
/// struct X {

0 commit comments

Comments
 (0)