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