twas nothing in the end
This commit is contained in:
parent
c4fcb7bb25
commit
5c3ea7a512
1 changed files with 4 additions and 1 deletions
|
@ -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()))
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue