diff --git a/asyncgit/src/lib.rs b/asyncgit/src/lib.rs index c1705813..5dc95abb 100644 --- a/asyncgit/src/lib.rs +++ b/asyncgit/src/lib.rs @@ -32,7 +32,7 @@ pub enum AsyncNotification { Diff, } -/// +/// current working director `./` pub static CWD: &str = "./"; /// helper function to calculate the hash of an arbitrary type that implements the `Hash` trait