Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustdoc: simplify clean by removing FnRetTy #112113

Merged
merged 1 commit into from
May 31, 2023

Commits on May 30, 2023

  1. 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.
    
    rust-lang@eb01b17#diff-384affc1b4190940f114f3fcebbf969e7e18657a71ef9001da6b223a036687d9L921-L924
    notriddle committed May 30, 2023
    Configuration menu
    Copy the full SHA
    1862fcb View commit details
    Browse the repository at this point in the history