We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TrailingComma
1 parent 4f2b54a commit d9e012aCopy full SHA for d9e012a
src/lib.rs
@@ -31,7 +31,7 @@ pub use parser::from_str as model_from_str;
31
pub use parser::from_tokens as model_from_tokens;
32
33
/// formatting configuration for use with [crate::to_string_formatted]
34
-pub use parser::FormatConfiguration;
+pub use parser::{FormatConfiguration, TrailingComma};
35
36
/// turn str/bytes into [crate::tokenize::Tokens]
37
pub use tokenize::{tokenize_bytes, tokenize_str};
0 commit comments