Skip to content

Commit

Permalink
Merge pull request #2743 from dtolnay/renameallrules
Browse files Browse the repository at this point in the history
Provide public access to RenameAllRules in serde_derive_internals
  • Loading branch information
dtolnay committed May 15, 2024
2 parents 48cc2a6 + f6ab0bc commit d4b2dfb
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 d4b2dfb

Please sign in to comment.