Skip to content

Add a task test for positive command match/execution #72

Add a task test for positive command match/execution

Add a task test for positive command match/execution #72

Triggered via push July 10, 2024 13:15
Status Success
Total duration 4m 38s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
struct `Datum` has a public `len` method, but no `is_empty` method: crates/db-wiredtiger/src/bindings/cursor.rs#L67
warning: struct `Datum` has a public `len` method, but no `is_empty` method --> crates/db-wiredtiger/src/bindings/cursor.rs:67:5 | 67 | pub fn len(&self) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_without_is_empty = note: `#[warn(clippy::len_without_is_empty)]` on by default
struct `Datum` has a public `len` method, but no `is_empty` method: crates/db-wiredtiger/src/bindings/cursor.rs#L67
warning: struct `Datum` has a public `len` method, but no `is_empty` method --> crates/db-wiredtiger/src/bindings/cursor.rs:67:5 | 67 | pub fn len(&self) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_without_is_empty = note: `#[warn(clippy::len_without_is_empty)]` on by default