network: do not export Builder

This is used to construct the Codec, which is an internal type.  The
export was added in 4dc307f2.
This commit is contained in:
Henry de Valence 2020-07-28 09:54:26 -07:00
parent 396d209638
commit 238dec51dd
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ pub use crate::{
config::Config,
peer_set::init,
policies::{RetryErrors, RetryLimit},
protocol::external::codec::Builder,
protocol::internal::{Request, Response},
};