rust/src/test/rustdoc-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
..
fn_pointer Make header a vec of modifiers, make FunctionPointer consistent with Function and Method. 2021-02-08 14:00:30 -05:00
fns Add comment + move derive helper 2021-02-08 15:45:50 -05:00
methods Add comment + move derive helper 2021-02-08 15:45:50 -05:00
structs Address review v2 2021-01-19 17:02:34 -05:00
traits Remove leading newline 2021-01-28 23:24:13 -05:00
unions Remove struct_type from union output and bump format 2021-01-28 23:30:40 -05:00
method_abi.rs Add abi field to Method 2021-02-05 22:25:11 -05:00
nested.rs Remove krate.version; fix crate_version in JSON 2021-03-01 00:30:40 -05:00