mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Identity doesn't alter path
This commit is contained in:
parent
78d0e72af8
commit
ab8a24f25e
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ pub(crate) struct Identity;
|
|||
|
||||
impl Processor for Identity {
|
||||
fn path(&self, mut path: PathBuf) -> PathBuf {
|
||||
path.push("identity");
|
||||
path
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue