mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
eb46afb216
rustdoc: add support for type filters in arguments and generics This makes sense, since the search index has the information in it, and it's more useful for function signature searches since a function signature search's item type is, by definition, some type of function (there's more than one, but not very many).