about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-03-30 07:51:45 +0100
committerGitHub <noreply@github.com>2019-03-30 07:51:45 +0100
commitca14c56563872453023fe26fe9fd9ecb43343baa (patch)
tree118b0283c0d00db32c6b37819b00b0feda20b801 /src/libstd/sys/unix/stack_overflow.rs
parent931151f72d41cc70f14f945a3589a3f35195b5de (diff)
parent9e4ec7a568e22485f55108dab10f41e0536b5160 (diff)
downloadrust-ca14c56563872453023fe26fe9fd9ecb43343baa.tar.gz
rust-ca14c56563872453023fe26fe9fd9ecb43343baa.zip
Rollup merge of #59534 - laurmaedje:collapse-blanket-impls, r=GuillaumeGomez
rustdoc: collapse blanket impls in the same way as normal impls

If the rustdoc setting _Auto-hide trait implementations documentation_ is activated (on by default), normal trait implementations are collapsed by default.

Blanket impls on the other hand are not collapsed. I'm not sure whether this is intended, but considering that the blanket impls for `From`, `Into`, `TryFrom`, ... are on every type, it would reduce the documentation bloat if these would also be collapsed when the setting is active.

(I'm not really familiar with the codebase and therefore just copied the code for the normal impl collapsing, but I could deduplicate it into a method, of course, too.)
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions