This commit is contained in:
2026-06-01 23:03:35 -04:00
parent 1d568f8ce3
commit c2a8c50a6d
5 changed files with 64 additions and 8 deletions
+1 -4
View File
@@ -44,10 +44,7 @@ impl<T> Default for IdVec<T> {
impl<T> Clone for Id<T> {
fn clone(&self) -> Self {
Self {
idx: self.idx.clone(),
_pd: self._pd.clone(),
}
*self
}
}