rust/src/librustdoc/json
Joshua Nelson 4a4426377e Box ItemKind to reduce the size of Item
This brings the size of `Item` from

```
[src/librustdoc/lib.rs:103] std::mem::size_of::<Item>() = 680
```

to

```
[src/librustdoc/lib.rs:103] std::mem::size_of::<Item>() = 280
```
2020-12-23 12:50:35 -05:00
..
conversions.rs Box ItemKind to reduce the size of Item 2020-12-23 12:50:35 -05:00
mod.rs Box ItemKind to reduce the size of Item 2020-12-23 12:50:35 -05:00
types.rs Use true ID for def_id. 2020-12-05 22:38:57 +00:00