Skip to content

Commit

Permalink
Update src/ser/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr authored Sep 25, 2024
1 parent 7b909d0 commit cad42d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub struct PrettyConfig {
pub compact_maps: bool,
/// Enable explicit number type suffixes like `1u16`
pub number_suffixes: bool,
/// Additional metadata to serialize
/// Additional path-based field metadata to serialize
pub path_meta: Option<path_meta::Field>,
}

Expand Down

0 comments on commit cad42d1

Please sign in to comment.