chore(relay): remove deprecated items

Related: https://github.com/libp2p/rust-libp2p/issues/3647.

Pull-Request: #3948.
This commit is contained in:
Thomas Coratger
2023-05-15 22:31:30 +02:00
committed by GitHub
parent 2512b6cd18
commit 7c64c422ad
6 changed files with 7 additions and 172 deletions

View File

@@ -28,7 +28,6 @@ mod copy_future;
mod multiaddr_ext;
mod priv_client;
mod protocol;
pub mod v2;
mod proto {
#![allow(unreachable_pub)]