expose path()
This commit is contained in:
@@ -29,7 +29,7 @@ pub struct Project {
|
||||
}
|
||||
|
||||
impl Project {
|
||||
fn path(&self) -> &Path {
|
||||
pub fn path(&self) -> &Path {
|
||||
&self.path
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user