Skip to content

Commit 2483cc7

Browse files
fix: fix review
1 parent a8a7f47 commit 2483cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/src/node/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ impl ExtendableBytes for Vec<u8> {
154154
impl Node {
155155
/// Returns the partial path of the node.
156156
#[must_use]
157-
pub const fn partial_path(&self) -> &Path {
157+
pub fn partial_path(&self) -> &Path {
158158
match self {
159159
Node::Branch(b) => &b.partial_path,
160160
Node::Leaf(l) => &l.partial_path,

0 commit comments

Comments
 (0)