Skip to content

Release 7.5.3 with fix for all-zero histogram iteration #78

Release 7.5.3 with fix for all-zero histogram iteration

Release 7.5.3 with fix for all-zero histogram iteration #78

Triggered via push November 11, 2023 09:26
Status Success
Total duration 6m 41s
Artifacts

test.yml

on: push
ubuntu / stable / minimal-versions
1m 47s
ubuntu / stable / minimal-versions
ubuntu / stable / coverage
5m 9s
ubuntu / stable / coverage
Matrix: os-check
Matrix: required
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
this expression creates a reference which is immediately dereferenced by the compiler: src/serialization/interval_log/mod.rs#L318
warning: this expression creates a reference which is immediately dereferenced by the compiler --> src/serialization/interval_log/mod.rs:318:43 | 318 | internal_writer.write_comment(&c)?; | ^^ help: change this to: `c` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: src/serialization/deserializer.rs#L168
warning: this expression creates a reference which is immediately dereferenced by the compiler --> src/serialization/deserializer.rs:168:27 | 168 | reader.read_exact(&mut payload_slice)?; | ^^^^^^^^^^^^^^^^^^ help: change this to: `payload_slice` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default
this expression creates a reference which is immediately dereferenced by the compiler: src/serialization/interval_log/mod.rs#L318
warning: this expression creates a reference which is immediately dereferenced by the compiler --> src/serialization/interval_log/mod.rs:318:43 | 318 | internal_writer.write_comment(&c)?; | ^^ help: change this to: `c` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: src/serialization/deserializer.rs#L168
warning: this expression creates a reference which is immediately dereferenced by the compiler --> src/serialization/deserializer.rs:168:27 | 168 | reader.read_exact(&mut payload_slice)?; | ^^^^^^^^^^^^^^^^^^ help: change this to: `payload_slice` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default