Make state a private module

This commit is contained in:
Jonas Platte 2020-05-25 01:28:11 +02:00
parent 945b8c535d
commit cc3d0af40c
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -134,6 +134,7 @@ mod error;
mod event_type;
mod from_raw;
mod json;
mod state;
#[doc(hidden)] // only public for external tests
pub mod util;
@ -155,7 +156,6 @@ pub mod receipt;
pub mod room;
// pub mod room_key;
pub mod room_key_request;
pub mod state;
pub mod sticker;
// pub mod stripped;
pub mod tag;
@ -168,6 +168,7 @@ pub use self::{
event_type::EventType,
from_raw::{FromRaw, TryFromRaw},
json::EventJson,
state::{AnyStateEventContent, StateEvent},
};
/// Extra information about an event that is not incorporated into the event's