Skip to content

Commit a7fee2d

Browse files
committed
chore: Fix warning
1 parent 78db206 commit a7fee2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

liquid-interpreter/src/variable.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ impl Variable {
2121
Self { path }
2222
}
2323

24+
/// The path to the variable in the stack.
2425
pub fn path(&self) -> &Path {
2526
&self.path
2627
}

0 commit comments

Comments
 (0)