From 66c92adbe9ce6dc9ea82049193e3b84eaa7cad79 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 10 Jul 2021 12:49:24 +0100 Subject: [PATCH] jstest: add missing import of imports Signed-off-by: Ian Jackson --- jstest/jstest.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/jstest/jstest.rs b/jstest/jstest.rs index 410947ca..1e17353c 100644 --- a/jstest/jstest.rs +++ b/jstest/jstest.rs @@ -2,6 +2,7 @@ // SPDX-License-Identifier: AGPL-3.0-or-later // There is NO WARRANTY. +pub use otter::imports::*; pub use otter::prelude::*; pub use otter_api_tests::Explode; -- 2.30.2