core/: Remove deprecated read/write functions (#2213)

Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
Thomas Eizinger
2021-09-06 16:04:30 +10:00
committed by GitHub
parent c161acfb50
commit 6924e5ef7a
3 changed files with 5 additions and 111 deletions

View File

@ -69,8 +69,6 @@ mod transfer;
use futures::future::Future;
#[allow(deprecated)]
pub use self::transfer::ReadOneError;
pub use self::{
apply::{apply, apply_inbound, apply_outbound, InboundUpgradeApply, OutboundUpgradeApply},
denied::DeniedUpgrade,