Skip to content

Commit

Permalink
satisfy clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mycognosist committed May 10, 2023
1 parent cb0af6b commit eb60adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actors/connection_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl ConnectionManager {
}

/// Query the number of active peer connections.
pub fn count_connections(&self) -> usize {
pub fn _count_connections(&self) -> usize {
self.connected_peers.len()
}

Expand Down

0 comments on commit eb60adf

Please sign in to comment.