Skip to content

Get rid of actually-unused GPut/GPush opcodes #50

Get rid of actually-unused GPut/GPush opcodes

Get rid of actually-unused GPut/GPush opcodes #50

Triggered via push July 5, 2024 22:47
Status Success
Total duration 3m 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 warning
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