Skip to content

Commit

Permalink
fix(core/dumping): compile w/o the "unstable" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Jun 23, 2024
1 parent e51fe4b commit 372a064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elfo-core/src/dumping/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub use self::{
#[cfg(not(feature = "unstable"))] // TODO: patch `stability`, again.
pub(crate) use self::{
control::{CheckResult, DumpingControl},
dump::{Direction, Dump, ErasedMessage, MessageKind, MessageName, Timestamp},
dump::{Direction, Dump, ErasedMessage, MessageKind, MessageName},
dumper::Dumper,
extract_name::{extract_name, extract_name_by_type},
raw::Raw,
Expand Down

0 comments on commit 372a064

Please sign in to comment.