rust/src/librustdoc/json
Joshua Nelson be069a687a Remove krate.version; fix crate_version in JSON
Previously, `JsonRenderer::after_krate` called `krate.version.clone()`.
The problem was it did that after the version was already moved into the
cache, so it would always be None. The fix was to get the version from
the cache instead.
2021-03-01 00:30:40 -05:00
..
conversions.rs Remove is_spotlight field from Trait 2021-02-23 21:57:40 +01:00
mod.rs Remove krate.version; fix crate_version in JSON 2021-03-01 00:30:40 -05:00