Skip to content

Commit

Permalink
More clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs committed Sep 22, 2023
1 parent a5bbb97 commit 089e3a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions connection-cache/src/connection_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ where
name,
map,
stats,
connection_manager: connection_manager,
connection_manager,
last_stats: AtomicInterval::default(),
connection_pool_size,
connection_config: config,
Expand Down Expand Up @@ -179,7 +179,7 @@ where
self.connection_config.clone(),
self.connection_manager.clone(),
&mut map,
&addr,
addr,
self.connection_pool_size,
Some(self.sender.clone()),
);
Expand Down

0 comments on commit 089e3a6

Please sign in to comment.