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
Fixed via cargo fmt
  • Loading branch information
timothyhutz committed Mar 12, 2024
1 parent 60f6975 commit 0465f24
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::{Dispatch, Output, Panic, SharedDispatch},
errors::InitError,
log_impl::FormatCallback,
};
Expand Down

0 comments on commit 0465f24

Please sign in to comment.