Provide public access to RenameAllRules in serde_derive_internals

This commit is contained in:
David Tolnay 2024-05-15 00:30:55 -07:00
parent 48cc2a6327
commit f6ab0bc56f
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -185,8 +185,8 @@ impl Name {
#[derive(Copy, Clone)]
pub struct RenameAllRules {
serialize: RenameRule,
deserialize: RenameRule,
pub serialize: RenameRule,
pub deserialize: RenameRule,
}
impl RenameAllRules {