Skip to content

Conversation

@allan2
Copy link
Contributor

@allan2 allan2 commented Oct 15, 2025

  • changes sspi dependency from local to sspi 0.17

  • adds clippy rule groups, defined in the workspace Cargo.toml

    • reasonable exceptions added to Cargo.toml
  • fixes pedantic clippy for all crates

    • adds explicit expect(clippy::foo) for uncorrected areas, e.g., function too long
  • minimal logic changes

    • some performant improvements from clippy suggestions, e.g., map_or_else instead of map_or

    Supersedes Use published sspi version #3 and Fix build #4

- changes sspi dependency from local to sspi 0.17
- adds clippy rule groups, defined in the workspace Cargo.toml
  - reasonable exceptions added to Cargo.toml
- fixes pedantic clippy for all crates
  - adds explicit `expect(clippy::foo)` for uncorrected areas, e.g.,
    function too long
- minimal logic changes
  - some performant improvements from clippy suggestions, e.g.,
    `map_or_else` instead of `map_or`
@irvingoujAtDevolution
Copy link
Collaborator

Thanks! Looks good to me

@irvingoujAtDevolution irvingoujAtDevolution merged commit 9926029 into master Oct 15, 2025
@irvingoujAtDevolution irvingoujAtDevolution deleted the cleanup branch October 15, 2025 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants