Add the ability to work in no-std (optionally with alloc) #315
Annotations
11 warnings
Benchmark:
croaring/benches/benches.rs#L255
constant `MAX` is never 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/benches/performance_comparison.rs#L23
redundant closure
|
Cargo clippy:
croaring/benches/performance_comparison.rs#L23
redundant closure
|
Cargo clippy:
croaring/benches/performance_comparison.rs#L26
redundant closure
|
Cargo clippy:
croaring/benches/performance_comparison.rs#L26
redundant closure
|
Cargo clippy:
croaring/benches/performance_comparison.rs#L197
this `.fold` can be written more succinctly using another method
|
Cargo clippy:
croaring/benches/performance_comparison.rs#L198
this `.fold` can be written more succinctly using another method
|
Cargo clippy:
croaring/benches/benches.rs#L255
constant `MAX` is never used
|
Cargo clippy:
croaring/tests/lib.rs#L1
importing legacy numeric constants
|
Loading