Skip to content

Commit

Permalink
Provide public access to RenameAllRules in serde_derive_internals
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 15, 2024
1 parent 48cc2a6 commit f6ab0bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serde_derive/src/internals/attr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ impl Name {

#[derive(Copy, Clone)]
pub struct RenameAllRules {
serialize: RenameRule,
deserialize: RenameRule,
pub serialize: RenameRule,
pub deserialize: RenameRule,
}

impl RenameAllRules {
Expand Down

0 comments on commit f6ab0bc

Please sign in to comment.