rust 1.72 lints (#4659)

This commit is contained in:
realbigsean
2023-08-24 14:33:24 -04:00
committed by GitHub
parent fa6003bb5c
commit 14924dbc95
8 changed files with 19 additions and 19 deletions

View File

@@ -27,10 +27,7 @@ impl<Pub> Copy for GenericPublicKeyBytes<Pub> {}
impl<Pub> Clone for GenericPublicKeyBytes<Pub> {
fn clone(&self) -> Self {
Self {
bytes: self.bytes,
_phantom: PhantomData,
}
*self
}
}