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
We currently support panicking and staged builders. We should remove support for the panicking ones since they're a bit dangerous, and add support for "strict staged" builders a la conjure-java where we don't special case collections.
This should allow us to remove all of the codegen in this crate in favor of the staged-builder crate.
The text was updated successfully, but these errors were encountered:
We currently support panicking and staged builders. We should remove support for the panicking ones since they're a bit dangerous, and add support for "strict staged" builders a la conjure-java where we don't special case collections.
This should allow us to remove all of the codegen in this crate in favor of the
staged-builder
crate.The text was updated successfully, but these errors were encountered: