Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: suggestions and better doc
Browse files Browse the repository at this point in the history
ogabrielides committed Dec 30, 2024

Verified

This commit was signed with the committer’s verified signature.
ogabrielides Odysseas Gabrielides
1 parent bcb1512 commit 1700991
Showing 3 changed files with 508 additions and 241 deletions.
2 changes: 1 addition & 1 deletion grovedb/src/lib.rs
Original file line number Diff line number Diff line change
@@ -219,7 +219,7 @@ pub use crate::error::Error;
#[cfg(feature = "full")]
use crate::operations::proof::util::hex_to_ascii;
#[cfg(feature = "full")]
use crate::replication::util_encode_vec_ops;
use crate::replication::replication_utils::util_encode_vec_ops;

Check warning on line 222 in grovedb/src/lib.rs

GitHub Actions / clippy

unused import: `crate::replication::replication_utils::util_encode_vec_ops`

warning: unused import: `crate::replication::replication_utils::util_encode_vec_ops` --> grovedb/src/lib.rs:222:5 | 222 | use crate::replication::replication_utils::util_encode_vec_ops; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#[cfg(feature = "full")]
use crate::util::{root_merk_optional_tx, storage_context_optional_tx};
#[cfg(feature = "full")]
Loading

0 comments on commit 1700991

Please sign in to comment.