From 26f9ef54e683a051d14f25ade0bcb3d2fcc17189 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Thu, 15 Apr 2021 09:23:13 -0700 Subject: [PATCH] DROP ME temporarily hide old API to see unified new API --- tendermint/src/abci.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tendermint/src/abci.rs b/tendermint/src/abci.rs index acf777482..29f9573dd 100644 --- a/tendermint/src/abci.rs +++ b/tendermint/src/abci.rs @@ -53,10 +53,14 @@ pub mod request; pub mod response; pub mod types; +#[doc(hidden)] pub mod responses; +#[doc(hidden)] pub mod tag; +#[doc(hidden)] pub mod transaction; +#[doc(hidden)] pub use self::{ code::Code, data::Data,