mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 19:31:35 +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 {
|
impl Processor for Identity {
|
||||||
fn path(&self, mut path: PathBuf) -> PathBuf {
|
fn path(&self, mut path: PathBuf) -> PathBuf {
|
||||||
path.push("identity");
|
|
||||||
path
|
path
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue