mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-10 05:22:44 +01:00
However, in sibling libraries, we still use time::Duration, which now is a part of std::time::Duration. These should be adjusted, to make the usage of sleep(Duration::from_millis(d.num_milliseconds() as u64)) into sleep(d)