mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
It was possible for a nested type to be generated with a name that in fact CLASHED with an existing schema type. What are the odds ! The clash-check added will just verify against clashes with schema types, which seems to be doing it for now.