rust/src/librustdoc/formats
Manish Goregaokar b3af37ac7b
Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514
rustdoc: Cleanup `clean` part 1

Split out from #88379.

These commits are completely independent of each other, and each is a fairly
small change (the last few are new commits; they are not from #88379):

- Remove unnecessary `Cache.*_did` fields
- rustdoc: Get symbol for `TyParam` directly
- Create a valid `Res` in `external_path()`
- Remove unused `hir_id` parameter from `resolve_type`
- Fix redundant arguments in `external_path()`
- Remove unnecessary `is_trait` argument
- rustdoc: Cleanup a pattern match in `external_generic_args()`

r? ``@jyn514``
2021-09-12 03:44:58 -07:00
..
cache.rs Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514 2021-09-12 03:44:58 -07:00
item_type.rs Fix macro bug in impl From<DefKind> for ItemType 2021-04-23 15:56:50 -04:00
mod.rs Add type to differentiate between fake and real DefId's 2021-05-04 19:34:12 +02:00
renderer.rs Remove unnecessary item_name parameter to mod_item_in 2021-04-22 19:53:38 -04:00