Closed popematt closed 4 months ago
None
It is redundant to have the -X flag for unstable commands and a cargo feature flag for an unstable command. This removes the cargo feature flag.
-X
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
CI build is failing on code gen tests for windows. Related issue for this: https://github.com/amazon-ion/ion-cli/issues/133
Thanks for handling this, Looks good! 🚀
Issue #, if available:
None
Description of changes:
It is redundant to have the
-X
flag for unstable commands and a cargo feature flag for an unstable command. This removes the cargo feature flag.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.