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

fix: Remove redundant imports #2159

Merged
merged 2 commits into from
Apr 8, 2024
Merged

fix: Remove redundant imports #2159

merged 2 commits into from
Apr 8, 2024

Conversation

flub
Copy link
Contributor

@flub flub commented Apr 8, 2024

Description

The rust beta compiler does not like redundant imports and fails on
them. We have them mostly in tests, likely because of how the code
was grown. This cleans up the redundant imports.

Notes & open questions

Let's hope not too many new ones sneak in again, this will be a little
bit a catchup game until this makes it to stable.

Change checklist

  • Self-review.
  • Documentation updates if relevant.
  • Tests if relevant.

The rust beta compiler does not like redundant imports and fails on
them.  We have them mostly in tests, likely because of how the code
was grown.  This cleans up the redundant imports.
@flub
Copy link
Contributor Author

flub commented Apr 8, 2024

@flub
Copy link
Contributor Author

flub commented Apr 8, 2024

@dignifiedquire dignifiedquire added this to the v0.14.0 milestone Apr 8, 2024
@flub flub added this pull request to the merge queue Apr 8, 2024
Merged via the queue into main with commit 43038df Apr 8, 2024
32 checks passed
@flub flub deleted the flub/beta-redundant-imports branch April 8, 2024 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants