Skip to content
New issue

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

chore: move expression types into expr module #115

Merged
merged 1 commit into from Nov 1, 2022
Merged

Conversation

martinohmann
Copy link
Owner

This is a backwards compatible change which also marks expression types in the hcl::structure module as deprecated. These symbols will be removed in a future release.

There are no changes to the public API of this crate except for the newly added expr module.

Closes #100

This is a backwards compatible change which also marks expression types
in the `hcl::structure` module as deprecated. These symbols will be
removed in a future release.

There are no changes to the public API of this crate except for the
newly added `expr` module.

Closes #100
@martinohmann martinohmann merged commit 6acba6c into main Nov 1, 2022
@martinohmann martinohmann deleted the expr-mod branch November 1, 2022 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move expression types into expression module
1 participant