mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
* do not emit unused types. Sometimes though, rustc doesn't seem to detect that attributses are actually used * ToParts trait is used and implemented only when needed. Linters are back to 'normal'. Fixes #35