Skip to content

Commit

Permalink
Merge pull request #9 from Sovenok-Hacker/dev
Browse files Browse the repository at this point in the history
fix a typo, delete a tab
  • Loading branch information
YeahNotSewerSide authored Sep 3, 2023
2 parents 3d6f827 + 15fb7b4 commit 0fbec00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub mod node_errors {
#[error("Error recieving packet from {0:?}: {1:?}")]
ReceievePacket(SocketAddr, EncSocketError),

#[allow(dead_code)]
#[allow(dead_code)]
#[error("Error reading propagation channel {0:?}: {1:?}")]
PropagationRead(SocketAddr, RecvError),

Expand Down

0 comments on commit 0fbec00

Please sign in to comment.