borrow root path

This commit is contained in:
yggverse 2025-09-08 12:14:41 +03:00
parent 9a05a55919
commit 395fcf4a78

View file

@ -29,7 +29,7 @@ impl Public {
// Constructors
pub fn init(
root: PathBuf,
root: &PathBuf,
default_limit: usize,
default_capacity: usize,
) -> Result<Self, String> {