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

New lint [manual_partial_ord_and_ord_impl] #10788

Merged
merged 4 commits into from
Jul 8, 2023

Commits on Jul 8, 2023

  1. implement manual_partial_ord_impl

    first try at this
    Centri3 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    2a1fd22 View commit details
    Browse the repository at this point in the history
  2. rename to manual_partial_ord_and_ord_impl

    cargo dev fmt
    
    cargo test passes
    
    cargo test passes
    
    refactor a lil
    
    Update bool_comparison.stderr
    
    heavily refactor + bump `clippy::version`
    
    refactor
    
    refactor
    
    check bounds to increase accuracy, and add todos
    Centri3 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    004e89d View commit details
    Browse the repository at this point in the history
  3. use other instead of self

    Centri3 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    844afbf View commit details
    Browse the repository at this point in the history
  4. refactor

    Centri3 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    a5dfb68 View commit details
    Browse the repository at this point in the history