The same information is available everywhere; the only reason the dummy cache was needed is because it waas previously stored in three different places. This consolidates the info a bit so the cache in `DocContext` is used throughout. As a bonus, it means `renderinfo` is used much much less. - Return a `Cache` from `run_global_ctxt`, not `RenderInfo` - Remove the unused `render_info` from `run_renderer` - Remove RefCell around `inlined` - Add intra-doc links |
||
|---|---|---|
| .. | ||
| cfg | ||
| auto_trait.rs | ||
| blanket_impl.rs | ||
| cfg.rs | ||
| inline.rs | ||
| mod.rs | ||
| simplify.rs | ||
| types.rs | ||
| utils.rs | ||