chore: update bindings to CRoaring 4.1.6 #377
Annotations
15 warnings
Release Test:
croaring/tests/roaring64.rs#L63
unused return value of `bitmap64::imp::<impl Bitmap64>::intersect_with_range` that must be used
|
Release Test:
croaring/benches/benches.rs#L281
constant `MAX` is never used
|
Test:
croaring/tests/roaring64.rs#L63
unused return value of `bitmap64::imp::<impl Bitmap64>::intersect_with_range` that must be used
|
Test:
croaring/benches/benches.rs#L281
constant `MAX` is never used
|
Minimal versions:
croaring/tests/roaring64.rs#L63
unused return value of `bitmap64::imp::<impl Bitmap64>::intersect_with_range` that must be used
|
Cargo clippy:
croaring/tests/roaring64.rs#L17
operator precedence can trip the unwary
|
Cargo clippy:
croaring/tests/roaring64.rs#L10
this operation has no effect
|
Cargo clippy:
croaring/tests/roaring64.rs#L63
unused return value of `croaring::bitmap64::imp::<impl croaring::Bitmap64>::intersect_with_range` that must be used
|
Cargo clippy:
croaring/benches/benches.rs#L281
constant `MAX` is never used
|
Cargo clippy:
croaring/tests/lib.rs#L1
importing legacy numeric constants
|
Cargo clippy:
croaring/benches/benches.rs#L224
this expression creates a reference which is immediately dereferenced by the compiler
|
Cargo clippy:
croaring/benches/benches.rs#L312
useless conversion to the same type: `u64`
|
Cargo clippy:
croaring/benches/benches.rs#L365
useless conversion to the same type: `u64`
|
Cargo clippy:
croaring/benches/performance_comparison.rs#L23
redundant closure
|
Cargo clippy:
croaring/benches/performance_comparison.rs#L23
redundant closure
|
Loading