Fix lint warnings (#1267)

This commit is contained in:
David Pedersen
2022-08-17 09:41:52 +00:00
committed by GitHub
parent f2243c4db0
commit 90dbd52ee4
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ where
E: Clone,
{
fn clone(&self) -> Self {
Self(self.0.clone(), self.1.clone())
Self(self.0.clone(), self.1)
}
}