Skip to content

Fix lost import with Crate granularity #5166

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

Closed
wants to merge 1 commit into from

Conversation

ldm0
Copy link

@ldm0 ldm0 commented Jan 6, 2022

Currently use a::{c as cc, c}; will be formatted to use a::c as cc; when Crate granularity is set.

The regression was introduced in #4973

@ldm0 ldm0 changed the title Fix lost import on Crate granularity Fix lost import with Crate granularity Jan 6, 2022
@calebcartwright
Copy link
Member

Thank you for your interest and willingness to submit a PR! My apologies for the delay in review, but I think it'd be best to close this in favor of #5209 which I suspect will cover a broader suite of variants

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants