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 content;
|
||||||
mod count;
|
mod count;
|
||||||
mod event;
|
mod event;
|
||||||
|
mod event_id;
|
||||||
mod filter;
|
mod filter;
|
||||||
mod id;
|
|
||||||
mod redact;
|
mod redact;
|
||||||
mod strip;
|
mod strip;
|
||||||
mod unsigned;
|
mod unsigned;
|
||||||
|
@ -20,7 +20,7 @@ pub use self::{
|
||||||
builder::{Builder, Builder as PduBuilder},
|
builder::{Builder, Builder as PduBuilder},
|
||||||
count::PduCount,
|
count::PduCount,
|
||||||
event::Event,
|
event::Event,
|
||||||
id::*,
|
event_id::*,
|
||||||
};
|
};
|
||||||
use crate::Result;
|
use crate::Result;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue