Skip to content

Commit

Permalink
Rollup merge of rust-lang#103432 - jsha:box-is-not-notable, r=Guillau…
Browse files Browse the repository at this point in the history
…meGomez

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#100320
  • Loading branch information
Yuki Okushi committed Oct 26, 2022
2 parents f6607a2 + 0a211aa commit c00a32f
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit c00a32f

Please sign in to comment.