Skip to content

chore: use BOT_TOKEN in actions (#107) #29

chore: use BOT_TOKEN in actions (#107)

chore: use BOT_TOKEN in actions (#107) #29

Triggered via push December 22, 2023 14:54
Status Success
Total duration 40s
Artifacts
release-please
31s
release-please
cargo-release
0s
cargo-release
container-release
0s
container-release
Fit to window
Zoom out
Zoom in

Annotations

1 warning
the borrowed expression implements the required traits: src/query/mod.rs#L305
warning: the borrowed expression implements the required traits --> src/query/mod.rs:305:9 | 305 | &path_rocksdb, | ^^^^^^^^^^^^^ help: change this to: `path_rocksdb` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default