Skip to content

Commit

Permalink
Fixes Issue with type public export SharedDispatch from builders module.
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyhutz authored Mar 8, 2024
1 parent 4f45ef9 commit 07a157e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ use std::{
use std::collections::HashMap;

pub use crate::{
builders::{Dispatch, Output, Panic},
builders::{SharedDispatch, Dispatch, Output, Panic},
errors::InitError,
log_impl::FormatCallback,
};
Expand Down

0 comments on commit 07a157e

Please sign in to comment.