rustdoc: Reduce clean::Type size There is no need to keep the `DefId` around since it's allow used to compute if we should show a cast or not. As such, we can simply directly store the boolean. I think it's not what you had in mind `@camelid` but I guess it's still an improvement? 😉 It was discussed in https://github.com/rust-lang/rust/pull/93941. r? `@camelid` |
||
|---|---|---|
| .. | ||
| cfg | ||
| types | ||
| utils | ||
| auto_trait.rs | ||
| blanket_impl.rs | ||
| cfg.rs | ||
| inline.rs | ||
| mod.rs | ||
| render_macro_matchers.rs | ||
| simplify.rs | ||
| types.rs | ||
| utils.rs | ||