From 2d04e7c7afbf9c43117396b24fc7bc6ffb7e6723 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 1 Sep 2021 23:27:13 +0100 Subject: [PATCH] include super in tests --- actix-rt/tests/tests.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actix-rt/tests/tests.rs b/actix-rt/tests/tests.rs index 9f255ff5..63fb6ddf 100644 --- a/actix-rt/tests/tests.rs +++ b/actix-rt/tests/tests.rs @@ -334,6 +334,8 @@ mod linux_only { Arc, }; + use super::*; + #[test] fn tokio_uring_arbiter() { let system = System::new();