From: Ian Jackson Date: Sat, 10 Jul 2021 11:49:24 +0000 (+0100) Subject: jstest: add missing import of imports X-Git-Tag: otter-0.7.2~175 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=66c92adbe9ce6dc9ea82049193e3b84eaa7cad79;p=otter.git jstest: add missing import of imports Signed-off-by: Ian Jackson --- 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;