feat: GroveDB visualizer #256
Annotations
4 warnings
struct `SubtreePathBuilder` has a public `len` method, but no `is_empty` method:
path/src/subtree_path_builder.rs#L150
warning: struct `SubtreePathBuilder` has a public `len` method, but no `is_empty` method
--> path/src/subtree_path_builder.rs:150:5
|
150 | pub fn len(&self) -> usize {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_without_is_empty
|
struct `SubtreePath` has a public `len` method, but no `is_empty` method:
path/src/subtree_path.rs#L151
warning: struct `SubtreePath` has a public `len` method, but no `is_empty` method
--> path/src/subtree_path.rs:151:5
|
151 | 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
|
Code Coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Code Coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|