regen with patch #265, but without version bump

Let's try to avoid spamming crates.io and instead keep publishing
everything as is. The patch will be present in some of the more
recent crates, and for specific crates like youtube3 and drive3
I will create specific patch releases.
This commit is contained in:
Sebastian Thiel
2021-04-02 20:30:46 +08:00
parent 1f776ddc54
commit 5bac5d1af5
768 changed files with 59268 additions and 121690 deletions

View File

@@ -320,7 +320,7 @@ impl<'n> Engine<'n> {
err.issues.push(CLIError::UnknownParameter(key.to_string(),
{let mut v = Vec::new();
v.extend(self.gp.iter().map(|v|*v));
v.extend(["page-token", "page-size"].iter().map(|v|*v));
v.extend(["page-size", "page-token"].iter().map(|v|*v));
v } ));
}
}