Skip to content

Commit

Permalink
feat: formatter to public
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed Apr 8, 2024
1 parent 3880f15 commit 8067a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/register/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use crate::{

pub use field_name::{FieldName, FieldNames};
pub(crate) use field_name::{IntoFieldName, Parser};
pub use message::IntoMessage;
pub use message::{Formatter, IntoMessage};
use serde::{Deserialize, Serialize};

mod field_name;
Expand Down

0 comments on commit 8067a75

Please sign in to comment.