Remove a redundant `impl From`

This commit is contained in:
Marek 2024-04-24 16:45:12 +02:00
parent 78ed227a2a
commit 0aa9c69298
1 changed files with 0 additions and 6 deletions

View File

@ -181,12 +181,6 @@ impl From<zcash_address::Network> for NetworkKind {
}
}
impl From<&zcash_address::Network> for NetworkKind {
fn from(network: &zcash_address::Network) -> Self {
network.into()
}
}
impl From<NetworkKind> for zcash_address::Network {
fn from(network: NetworkKind) -> Self {
match network {