Macro path_empty

Source
macro_rules! path_empty {
    ($path: expr) => { ... };
}