mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-29 01:31:33 +00:00
*: Fix redundant_semicolons warnings (#2039)
This commit is contained in:
@ -357,7 +357,7 @@ impl<'de> Deserialize<'de> for Multiaddr {
|
||||
where
|
||||
D: Deserializer<'de>,
|
||||
{
|
||||
struct Visitor { is_human_readable: bool };
|
||||
struct Visitor { is_human_readable: bool }
|
||||
|
||||
impl<'de> de::Visitor<'de> for Visitor {
|
||||
type Value = Multiaddr;
|
||||
|
Reference in New Issue
Block a user