I think these re-exports were there because I thought the multiple
paths to import were making things ambiguous but actually,
experimentation shows that making the imports re-export pub works
and that it isn't possible to re-export things from the private use.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
// SPDX-License-Identifier: AGPL-3.0-or-later
// There is NO WARRANTY.
-use crate::imports::*;
-
-pub use crate::imports::{flexi_logger, thiserror};
-pub use crate::imports::serde_json;
-
+pub use crate::imports::*;
pub use otter_base::prelude::*;
pub use std::any::Any;