Skip to content

Commit 2f741fc

Browse files
author
yngrtc
committed
rename data.rs to datachannel.rs
1 parent 2fc2f8d commit 2f741fc

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/handler/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub(crate) mod data;
1+
pub(crate) mod datachannel;
22
pub(crate) mod demuxer;
33
pub(crate) mod dtls;
44
pub(crate) mod exception;

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub(crate) mod types;
1212

1313
pub use description::RTCSessionDescription;
1414
pub use handler::{
15-
data::DataChannelHandler, demuxer::DemuxerHandler, dtls::DtlsHandler,
15+
datachannel::DataChannelHandler, demuxer::DemuxerHandler, dtls::DtlsHandler,
1616
exception::ExceptionHandler, gateway::GatewayHandler, interceptor::InterceptorHandler,
1717
sctp::SctpHandler, srtp::SrtpHandler, stun::StunHandler,
1818
};

0 commit comments

Comments
 (0)