mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Fix cargo check w.r.t. FieldMask
The serde traits are now directly implemented for FieldMask - this helps address potential serde issues with wrapper types, and simplifies the serde process somewhat.
This commit is contained in:
@@ -21,8 +21,6 @@ ${struct} {
|
||||
#[serde(default, with = "client::serde::urlsafe_base64")]
|
||||
% elif p.get("format") == "google-duration":
|
||||
#[serde(default, with = "client::serde::duration")]
|
||||
% elif p.get("format") == "google-fieldmask":
|
||||
#[serde(default, with = "client::serde::field_mask")]
|
||||
% elif p.get("format") in {"uint64", "int64"}:
|
||||
#[serde(default, with = "client::serde::str_like")]
|
||||
% endif
|
||||
|
||||
Reference in New Issue
Block a user