Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Feb 12, 2024
1 parent a8b812a commit 0038693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions broker/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ impl<ProtocolType: Protocol> Default for ConnectionLookup<ProtocolType> {

impl<ProtocolType: Protocol> ConnectionLookup<ProtocolType> {
/// Returns an empty `ConnectionLookup`
#[allow(dead_code)]
pub fn new() -> Self {
Self::default()
}
Expand Down

0 comments on commit 0038693

Please sign in to comment.