Skip to content

base64 0.21, clap 4 (#129) #84

base64 0.21, clap 4 (#129)

base64 0.21, clap 4 (#129) #84

Triggered via push November 18, 2023 13:06
Status Success
Total duration 6m 55s
Artifacts

test.yml

on: push
ubuntu / stable / minimal-versions
1m 58s
ubuntu / stable / minimal-versions
ubuntu / stable / coverage
3m 28s
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#L319
warning: this expression creates a reference which is immediately dereferenced by the compiler --> src/serialization/interval_log/mod.rs:319:43 | 319 | 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#L319
warning: this expression creates a reference which is immediately dereferenced by the compiler --> src/serialization/interval_log/mod.rs:319:43 | 319 | 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