Skip to content

Commit 5ac896b

Browse files
committed
Remove inspect_err as the error is returned anyhow, but we don't need to bump MSRV
1 parent 85c5f91 commit 5ac896b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/asynchronous/server.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@ impl Server {
182182
let conn = Connection::new(conn, delegate);
183183
conn.run()
184184
.await
185-
.inspect_err(|e| {
186-
trace!("connection run error. {}", e);
187-
})
188185
}
189186

190187
pub async fn shutdown(&mut self) -> Result<()> {

0 commit comments

Comments
 (0)