twas nothing in the end

This commit is contained in:
Breval Ferrari 2025-03-20 09:52:11 -04:00
parent c4fcb7bb25
commit 5c3ea7a512
No known key found for this signature in database
GPG key ID: F71E304D6400AB8E

View file

@ -82,6 +82,9 @@ mod tests {
&mut Vec::new(),
)
.unwrap();
assert_eq!(original, original.clone().map(|u| u.clone()))
assert_eq!(
format!("{:?}", original),
format!("{:?}", original.clone().map(|u| u.clone()))
)
}
}