Remove Known problems section for vec_box
This commit is contained in:
parent
d8ecde0e43
commit
e297c84703
1 changed files with 0 additions and 4 deletions
|
|
@ -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<Box<T: Sized>> 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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue