This commit is contained in:
Stephan Dilly 2020-04-10 19:18:58 +02:00
parent 1fe08a3f3d
commit 2a4372b248

View file

@ -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