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: Rename typedef to type alias #115078

Merged
merged 6 commits into from
Aug 24, 2023
Merged

Commits on Aug 21, 2023

  1. rustdoc: Rename "Type Definition" to "Type Alias"

    This matches the name used by the Rust Reference [1], which is also what
    people usually call these items.
    
    [1]: https://doc.rust-lang.org/reference/items/type-aliases.html
    camelid committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ea9e442 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    062d247 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c90a5b2 View commit details
    Browse the repository at this point in the history
  4. Fix test

    camelid committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4d9ac5d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    d4ab99d View commit details
    Browse the repository at this point in the history
  2. Fix rustdoc-json tests

    camelid committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    912d11d View commit details
    Browse the repository at this point in the history