Remove it here as well

This commit is contained in:
Arpad Müller
2024-04-04 12:36:28 +02:00
parent 6ad9c3560e
commit d5cbdd2e90

View File

@@ -22,7 +22,6 @@ async fn make_tcp_pair() -> (TcpStream, TcpStream) {
struct TestHandler {}
#[async_trait::async_trait]
impl<IO: AsyncRead + AsyncWrite + Unpin + Send> Handler<IO> for TestHandler {
// return single col 'hey' for any query
async fn process_query(