Skip to content

Commit

Permalink
applied comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Mar 27, 2024
1 parent 6e0d981 commit 8c64769
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions node/libs/concurrency/src/net/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,4 @@ impl Host {
.await?
.unwrap())
}

/*/// Assumes host to be of the form "<ip>:<port>" and parses it.
pub fn parse_socket_addr(&self) -> Result<std::net::SocketAddr,std::net::AddrParseError> {
self.0.parse()
}*/
}
1 change: 0 additions & 1 deletion node/libs/protobuf/src/testonly/gen_value.rs

This file was deleted.

2 changes: 1 addition & 1 deletion node/libs/utils/src/encode.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Utilites for testing encodings.
//! Utilities for testing encodings.
use rand::{
distributions::{Alphanumeric, DistString, Distribution},
Rng,
Expand Down

0 comments on commit 8c64769

Please sign in to comment.