Skip to content

Few minor cleanups in traceback construction #46

Few minor cleanups in traceback construction

Few minor cleanups in traceback construction #46

Triggered via push July 5, 2024 22:24
Status Success
Total duration 1m 33s
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