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
bad pattern for each table property we do Some(parse(v)?). if someone does just parse(v) instead this is correct to the compiler but has different behavior: we don't return none in those cases.
bad pattern for each table property we do
Some(parse(v)?)
. if someone does justparse(v)
instead this is correct to the compiler but has different behavior: we don't return none in those cases.The text was updated successfully, but these errors were encountered: