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:
parent
396d209638
commit
238dec51dd
|
|
@ -69,7 +69,6 @@ pub use crate::{
|
|||
config::Config,
|
||||
peer_set::init,
|
||||
policies::{RetryErrors, RetryLimit},
|
||||
protocol::external::codec::Builder,
|
||||
protocol::internal::{Request, Response},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue