We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
end()
Dropping a container writer without calling end() can result in lost or corrupted Ion data. We should panic! to noisily prevent that. For example:
panic!
ion-rust/src/lazy/encoder/text/value_writer.rs
Lines 110 to 121 in e3f0eaf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dropping a container writer without calling
end()
can result in lost or corrupted Ion data. We shouldpanic!
to noisily prevent that. For example:ion-rust/src/lazy/encoder/text/value_writer.rs
Lines 110 to 121 in e3f0eaf
The text was updated successfully, but these errors were encountered: