Remove collections::only::raw export
This commit is contained in:
parent
096b40c579
commit
9d7ff18463
@ -1,5 +1,9 @@
|
||||
# [unreleased]
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* `collections::only` no longer exports a `raw` submodule. It was never meant ot be exported in the first place.
|
||||
|
||||
# 0.16.0
|
||||
|
||||
Breaking changes:
|
||||
|
@ -3,7 +3,8 @@
|
||||
|
||||
use serde::Serialize;
|
||||
|
||||
pub use super::{all::StateEvent, raw::only as raw};
|
||||
pub use super::all::StateEvent;
|
||||
use super::raw::only as raw;
|
||||
use crate::{
|
||||
call::{
|
||||
answer::AnswerEvent, candidates::CandidatesEvent, hangup::HangupEvent, invite::InviteEvent,
|
||||
|
Loading…
x
Reference in New Issue
Block a user