Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: remove unused Cargo features #405

Merged

Conversation

In-line
Copy link
Contributor

@In-line In-line commented Nov 7, 2024

Decreases size by about 0.1 MB, while reducing compilation time

@In-line In-line force-pushed the dev/remove_unused_features branch from ef1bf57 to 678ec90 Compare November 7, 2024 22:26
lact-schema = { path = "../lact-schema", features = ["args"] }
lact-schema = { path = "../lact-schema" }
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The args feature is actually needed, if you compile just the gui crate (cargo build -p lact-gui) it will fail without it. It's just normally when you build the whole workspace it enables the feature from another crate needing it, so it seems like it works without it.

@In-line In-line force-pushed the dev/remove_unused_features branch from 678ec90 to 31df717 Compare November 9, 2024 13:43
@ilya-zlobintsev ilya-zlobintsev merged commit 8084247 into ilya-zlobintsev:master Nov 9, 2024
4 of 27 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants