From ac8dd4c368d2df2b508396a0865c66ca3b9cb98f Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Mon, 21 Sep 2020 08:46:28 +0100 Subject: [PATCH] Fix build (hopefully) --- schemars/tests/nonzero_ints.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/schemars/tests/nonzero_ints.rs b/schemars/tests/nonzero_ints.rs index d282186..99478ce 100644 --- a/schemars/tests/nonzero_ints.rs +++ b/schemars/tests/nonzero_ints.rs @@ -1,6 +1,4 @@ mod util; - -use super::*; use schemars::JsonSchema; use util::*;