Skip to content

Commit d9e012a

Browse files
committed
export TrailingComma
1 parent 4f2b54a commit d9e012a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub use parser::from_str as model_from_str;
3131
pub use parser::from_tokens as model_from_tokens;
3232

3333
/// formatting configuration for use with [crate::to_string_formatted]
34-
pub use parser::FormatConfiguration;
34+
pub use parser::{FormatConfiguration, TrailingComma};
3535

3636
/// turn str/bytes into [crate::tokenize::Tokens]
3737
pub use tokenize::{tokenize_bytes, tokenize_str};

0 commit comments

Comments
 (0)