Xuanwo opened a new pull request, #104:
URL: https://github.com/apache/datasketches-rust/pull/104

   This PR fixes a local `clippy -D warnings` failure in 
`CompactThetaSketch::preamble_longs` caused by nested `else { if ... }` blocks 
(`collapsible_else_if`).
   The change rewrites the same logic into a flat `else if` chain without 
changing branch outcomes.
   This keeps lint checks clean for local development and CI consistency.
   
   Context:
   - No behavior change; only control-flow structure was simplified.
   - Validation: `cargo clippy -p datasketches --all-targets -- -D warnings` 
and `cargo test -p datasketches --lib --quiet`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to