We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8eafa commit c1710b4Copy full SHA for c1710b4
src/mock_server/pool.rs
@@ -65,7 +65,7 @@ impl deadpool::managed::Manager for MockServerPoolManager {
65
async fn recycle(
66
&self,
67
mock_server: &mut BareMockServer,
68
- _metrics: &Metrics
+ _metrics: &Metrics,
69
) -> deadpool::managed::RecycleResult<Infallible> {
70
// Remove all existing settings - we want to start clean when the mock server
71
// is picked up again from the pool.
0 commit comments