Identity doesn't alter path

This commit is contained in:
asonix 2020-06-07 13:02:49 -05:00
parent 78d0e72af8
commit ab8a24f25e

View file

@ -13,7 +13,6 @@ pub(crate) struct Identity;
impl Processor for Identity {
fn path(&self, mut path: PathBuf) -> PathBuf {
path.push("identity");
path
}