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

Cleanup PartialEq docs. #57357

Merged
merged 8 commits into from
Jan 18, 2019
Merged

Cleanup PartialEq docs. #57357

merged 8 commits into from
Jan 18, 2019

Commits on Jan 5, 2019

  1. Cleanup PartialEq docs.

    - Cleanup the `impl PartialEq<BookFormat> for Book` implementation
    - Implement `impl PartialEq<Book> for BookFormat` so it’s symmetric
      - Fixes rust-lang#53844.
    - Removes the last example since it appears to be redundant with the
      previous two examples.
    frewsxcv committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    96678df View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Fix compile error

    frewsxcv committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    0d3dfdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    319a2c1 View commit details
    Browse the repository at this point in the history
  3. Update cmp.rs

    frewsxcv committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    bbbabdf View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Configuration menu
    Copy the full SHA
    423a5bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1445a06 View commit details
    Browse the repository at this point in the history
  3. whitespace

    frewsxcv committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    0394dce View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. demonstrate symmetry

    frewsxcv committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    32b2834 View commit details
    Browse the repository at this point in the history