rust/src/librustdoc/json
Michael Howell 1862fcb1df rustdoc: simplify clean by removing FnRetTy
The default fn ret ty is always unit. Just use that.

Looking back at the time when `FnRetTy` (then called
`FunctionRetTy`) was first added to rustdoc, it seems to originally
be there because `-> !` was a special form: the never type didn't
exist back then.

eb01b17b06 (diff-384affc1b4190940f114f3fcebbf969e7e18657a71ef9001da6b223a036687d9L921-L924)
2023-05-30 12:22:14 -07:00
..
conversions.rs rustdoc: simplify clean by removing FnRetTy 2023-05-30 12:22:14 -07:00
import_finder.rs rustdoc: Use DefId(Map,Set) instead of FxHash(Map,Set) 2023-01-22 02:12:05 +04:00
mod.rs rustdoc-json: Time serialization. 2023-04-26 14:55:30 +00:00