We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a7f47 commit 2483cc7Copy full SHA for 2483cc7
storage/src/node/mod.rs
@@ -154,7 +154,7 @@ impl ExtendableBytes for Vec<u8> {
154
impl Node {
155
/// Returns the partial path of the node.
156
#[must_use]
157
- pub const fn partial_path(&self) -> &Path {
+ pub fn partial_path(&self) -> &Path {
158
match self {
159
Node::Branch(b) => &b.partial_path,
160
Node::Leaf(l) => &l.partial_path,
0 commit comments