clean up
All checks were successful
MoreThanText/morethantext/pipeline/head This commit looks good

This commit is contained in:
Jeff Baskin 2025-02-04 01:46:02 -05:00
parent 0025b38686
commit 731cd01613

View File

@ -30,10 +30,6 @@ impl IDPath {
result.path.push(Uuid::nil()); result.path.push(Uuid::nil());
result result
} }
fn root(&self) -> Self {
Self::new()
}
} }
#[cfg(test)] #[cfg(test)]