You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
star_kwargs: opt!(ws4!(preceded!(char!(','), opt!(preceded!(tag!("**"), call!(IIT::fpdef)))))) >> (// FIXME: ws! is needed here because it does not traverse opt!
251
251
IIT::make_list(positional_args.clone(),Some(star_args), keyword_args.unwrap_or(Vec::new()), star_kwargs.unwrap_or(None))// FIXME: do not clone
0 commit comments