rename pdu/id to pdu/event_id
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
768e81741c
commit
4a94a4c945
2 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ mod builder;
|
|||
mod content;
|
||||
mod count;
|
||||
mod event;
|
||||
mod event_id;
|
||||
mod filter;
|
||||
mod id;
|
||||
mod redact;
|
||||
mod strip;
|
||||
mod unsigned;
|
||||
|
@ -20,7 +20,7 @@ pub use self::{
|
|||
builder::{Builder, Builder as PduBuilder},
|
||||
count::PduCount,
|
||||
event::Event,
|
||||
id::*,
|
||||
event_id::*,
|
||||
};
|
||||
use crate::Result;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue