aboutsummaryrefslogtreecommitdiff
path: root/src/returnable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/returnable.rs')
-rw-r--r--src/returnable.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/returnable.rs b/src/returnable.rs
index 79a3d7a..8f4ee81 100644
--- a/src/returnable.rs
+++ b/src/returnable.rs
@@ -16,9 +16,8 @@
// Copyright (C) 2022-2022 Fuwn <[email protected]>
// SPDX-License-Identifier: GPL-3.0-only
-use std::net::TcpStream;
-
use matchit::Params;
+use tokio::net::TcpStream;
use url::Url;
pub struct RouteContext<'a> {