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

collector: reduce size #1833

Merged
merged 3 commits into from
Mar 3, 2024
Merged

collector: reduce size #1833

merged 3 commits into from
Mar 3, 2024

Conversation

klensy
Copy link
Contributor

@klensy klensy commented Mar 3, 2024

First 2 commits fixes build with old ahash and new unused imports warning with fresh nightly; 3rd one disables unicode feature for regex crate as it currently unused in collector crate.

Size diff can be see with cargo build -p collector, otherwise regex's features will be merged and give no size difference.

Fixes: #1821

Copy link
Contributor

@Kobzol Kobzol left a comment

Choose a reason for hiding this comment

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

Thank you! :)

@Kobzol Kobzol merged commit e02ac58 into rust-lang:master Mar 3, 2024
11 checks passed
@Kobzol
Copy link
Contributor

Kobzol commented Apr 1, 2024

The third commit has broken the collector binary_stats command :(

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.

Fix collector build error with nightly toolchain
2 participants