mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Update
This commit is contained in:
@@ -526,6 +526,9 @@ struct CheckJsonKeys {
|
||||
impl Parse for CheckJsonKeys {
|
||||
fn parse(input: syn::parse::ParseStream) -> syn::Result<Self> {
|
||||
let mut keys = Vec::new();
|
||||
if input.cursor().eof() {
|
||||
return Ok(Self { keys });
|
||||
}
|
||||
let first: LitStr = input.parse()?;
|
||||
match input.parse::<token::Add>() {
|
||||
Ok(_) => match input.parse::<Ident>() {
|
||||
|
||||
Reference in New Issue
Block a user