events: Rename internal module event_kinds => kinds
This commit is contained in:
parent
6279a2fa6f
commit
3c7edb1f9e
@ -136,7 +136,7 @@ use crate::{EventEncryptionAlgorithm, RoomVersionId};
|
|||||||
pub mod _custom;
|
pub mod _custom;
|
||||||
mod content;
|
mod content;
|
||||||
mod enums;
|
mod enums;
|
||||||
mod event_kinds;
|
mod kinds;
|
||||||
mod unsigned;
|
mod unsigned;
|
||||||
|
|
||||||
/// Re-export of all the derives needed to create your own event types.
|
/// Re-export of all the derives needed to create your own event types.
|
||||||
@ -193,7 +193,7 @@ pub use self::relation::Relations;
|
|||||||
pub use self::{
|
pub use self::{
|
||||||
content::*,
|
content::*,
|
||||||
enums::*,
|
enums::*,
|
||||||
event_kinds::*,
|
kinds::*,
|
||||||
unsigned::{MessageLikeUnsigned, RedactedUnsigned, StateUnsigned},
|
unsigned::{MessageLikeUnsigned, RedactedUnsigned, StateUnsigned},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user