about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorUlrik Sverdrup <root@localhost>2015-05-21 14:17:37 +0200
committerUlrik Sverdrup <root@localhost>2015-05-21 14:17:37 +0200
commit093e18d18465364ef96495ab662fb4325595bead (patch)
tree3ea08b506674a2e625d86089a1391fe24aa4087d /src/rustllvm/ExecutionEngineWrapper.cpp
parentd7185dcff12a6963535e73ed4b0f392da236068c (diff)
downloadrust-093e18d18465364ef96495ab662fb4325595bead.tar.gz
rust-093e18d18465364ef96495ab662fb4325595bead.zip
rustdoc: Skip types in impls in search index
For a trait *implementation* there are typedefs which are the types for
that particular trait and implementor. Skip these in the search index.

There were lots of dud items in the search index due to this (search for
Item, Iterator's associated type).

Add a boolean to clean::TypedefItem so that it tracks whether the it is
a type alias on its own, or if it's a `type` item in a trait impl.

Fixes #22442
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions