aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'jsonrpc/README.md')
-rw-r--r--jsonrpc/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/jsonrpc/README.md b/jsonrpc/README.md
index ca33370..0883bec 100644
--- a/jsonrpc/README.md
+++ b/jsonrpc/README.md
@@ -16,7 +16,6 @@ features:
use std::sync::Arc;
use serde_json::Value;
-use smol::net::{TcpStream, TcpListener};
use karyon_jsonrpc::{Error, Server, Client, rpc_impl};