Commit c00a32f
Yuki Okushi
Rollup merge of rust-lang#103432 - jsha:box-is-not-notable, r=GuillaumeGomez
rustdoc: don't mark Box<T> as Iterator, Read, etc
Because Box<T> has pass-through implementations, rustdoc was giving it the "Notable Traits" treatment for Iterator, Read, Write, and Future, even when the type of T was unspecified.
Pin had the same problem, but just for Future.
Fixes rust-lang#100320File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments