Skip to content

Commit f840921

Browse files
committed
fixup! document path changes
1 parent 295d159 commit f840921

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

heed/src/env.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,10 @@ impl Env {
641641
Ok(())
642642
}
643643

644-
/// Returns the canonicalized path where this env lives.
644+
/// Returns the path where this env lives.
645+
///
646+
/// The path returned will be the one from the first opening, if you open through
647+
/// a symlink or environnement moved it will return the original path.
645648
pub fn path(&self) -> &Path {
646649
&self.0.path
647650
}

0 commit comments

Comments
 (0)