mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix(make): dependency handling:dirs with timestamp
That way, make will not regenerate unnecessarily
This commit is contained in:
@@ -84,6 +84,8 @@ def to_rust_type(sn, pn, t, allow_optionals=True):
|
||||
elif t.type == 'object':
|
||||
rust_type = "%s<String, %s>" % (rust_type, nested_type(t))
|
||||
is_pod = False
|
||||
elif t.type == 'string' and 'Count' in pn:
|
||||
rust_type = 'i64'
|
||||
elif rust_type == USE_FORMAT:
|
||||
rust_type = TYPE_MAP[t.format]
|
||||
if is_pod and allow_optionals:
|
||||
|
||||
Reference in New Issue
Block a user