mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Previously, they would take everything as reference and clone everything unconditionally. Now we do it only as we need to do it, no extra work incurred.