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

Feature request: sort features #36

Open
palfrey opened this issue Jan 2, 2022 · 1 comment
Open

Feature request: sort features #36

palfrey opened this issue Jan 2, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@palfrey
Copy link

palfrey commented Jan 2, 2022

e.g. make tokio = { version = "1", features = ["net", "io-util", "rt", "macros", "rt-multi-thread"] } become
tokio = { version = "1", features = ["io-util", "macros", "net", "rt", "rt-multi-thread"] }

@DevinR528 DevinR528 added enhancement New feature or request good first issue Good for newcomers labels Jan 2, 2022
@DevinR528
Copy link
Owner

DevinR528 commented Jan 2, 2022

Thanks! I agree this would be nice to have behind a flag when the program is run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants