Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename the phantom generics field for style
`_TypedBuilder__phantomGenerics_` → `__typed_builder_phantom_generics`. Snake case instead of a mix of PascalCase and camelCase (the latter of which especially is entirely unprecedented in Rust). There’s much precedent in the Rust ecosystem for a leading double underscore for things like this. (Frankly I’d call even the “typed_builder” part unnecessary, but it’s fairly harmless.)
- Loading branch information