We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ecde0 commit e297c84Copy full SHA for e297c84
clippy_lints/src/types/mod.rs
@@ -60,10 +60,6 @@ declare_clippy_lint! {
60
/// `Vec` already keeps its contents in a separate area on
61
/// the heap. So if you `Box` its contents, you just add another level of indirection.
62
///
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
- ///
67
/// ### Example
68
/// ```no_run
69
/// struct X {
0 commit comments