rust/src/librustdoc/json
Noah Lev d81deb33fa Stop re-exporting Type::ResolvedPath
I would like to rename it to `Type::Path`, but then it can't be
re-exported since the name would conflict with the `Path` struct.
Usually enum variants are referred to using their qualified names in
Rust (and parts of rustdoc already do that with `clean::Type`), so this
is also more consistent with the language.
2021-11-25 12:08:05 -08:00
..
conversions.rs Stop re-exporting Type::ResolvedPath 2021-11-25 12:08:05 -08:00
mod.rs Moved format-version constant to rustdoc-json-types 2021-10-15 12:27:42 +03:00