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

Clippy and use napi's Either3 #9047

Merged
merged 24 commits into from
Jan 7, 2024
Merged

Clippy and use napi's Either3 #9047

merged 24 commits into from
Jan 7, 2024

Commits on Jan 6, 2024

  1. silence large_enum_variant

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    9c28fe6 View commit details
    Browse the repository at this point in the history
  2. never_loop

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    7af5268 View commit details
    Browse the repository at this point in the history
  3. needless_borrow

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    6548db0 View commit details
    Browse the repository at this point in the history
  4. println_empty_string

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    d737c43 View commit details
    Browse the repository at this point in the history
  5. extra_unused_lifetimes

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    4542cc8 View commit details
    Browse the repository at this point in the history
  6. needless_lifetimes

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    9f4a563 View commit details
    Browse the repository at this point in the history
  7. single_match

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    ecd7808 View commit details
    Browse the repository at this point in the history
  8. silence

    map_collect_result_unit
    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    90dc1d6 View commit details
    Browse the repository at this point in the history
  9. Use Either3

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    87673b2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    686f42b View commit details
    Browse the repository at this point in the history
  11. #[napi] is not dead code

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    05ea2f8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    10925f0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ca3e14d View commit details
    Browse the repository at this point in the history
  14. .is_err

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    79d8ae4 View commit details
    Browse the repository at this point in the history
  15. assert_eq boolean

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    0fb92b6 View commit details
    Browse the repository at this point in the history
  16. is_empty

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    dd26841 View commit details
    Browse the repository at this point in the history
  17. needless_borrow

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    7de056b View commit details
    Browse the repository at this point in the history
  18. needless_return

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    d9390cc View commit details
    Browse the repository at this point in the history
  19. simplify

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    efab937 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    444a178 View commit details
    Browse the repository at this point in the history
  21. get_first

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    6996fa2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ed87332 View commit details
    Browse the repository at this point in the history
  23. assert_eq boolean

    mischnic committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    5c20dd5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bf870ef View commit details
    Browse the repository at this point in the history