Skip to content

Commit

Permalink
fix(api): put panic handler properly behind a flag
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Sep 22, 2021
1 parent 6a2eaf2 commit 55ca8e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Expand Up @@ -10,6 +10,7 @@ pub use eyreish::*;
pub use handler::*;
pub use handlers::*;
pub use named_source::*;
#[cfg(feature = "fancy")]
pub use panic::*;
pub use protocol::*;

Expand All @@ -20,6 +21,7 @@ mod eyreish;
mod handler;
mod handlers;
mod named_source;
#[cfg(feature = "fancy")]
mod panic;
mod protocol;
mod source_impls;

0 comments on commit 55ca8e0

Please sign in to comment.