expose path()

This commit is contained in:
Adrian Malacoda 2019-02-18 03:05:29 -06:00
parent b01a80f9a3
commit 035560b881

View File

@ -29,7 +29,7 @@ pub struct Project {
} }
impl Project { impl Project {
fn path(&self) -> &Path { pub fn path(&self) -> &Path {
&self.path &self.path
} }
} }