Skip to content

Commit

Permalink
fix(core/dumping): export DumpingPermit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Glushenkov authored and loyd committed Nov 12, 2024
1 parent 279338e commit 977a117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elfo-core/src/dumping/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use serde::{Serialize, Serializer};
pub use self::{
control::{CheckResult, DumpingControl},
dump::{Direction, Dump, ErasedMessage, MessageKind, MessageName},
dumper::Dumper,
dumper::{Dumper, DumpingPermit},
extract_name::{extract_name, extract_name_by_type},
raw::Raw,
recorder::{set_make_recorder, Recorder},
Expand All @@ -17,7 +17,7 @@ pub use self::{
pub(crate) use self::{
control::{CheckResult, DumpingControl},
dump::{Direction, Dump, ErasedMessage, MessageKind, MessageName},
dumper::Dumper,
dumper::{Dumper, DumpingPermit},
extract_name::{extract_name, extract_name_by_type},
raw::Raw,
recorder::{set_make_recorder, Recorder},
Expand Down

0 comments on commit 977a117

Please sign in to comment.