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

Remove unnecessary imports #68

Closed

Conversation

tcharding
Copy link
Member

Vec and ToString are part of stdlib prelude now, no need to import them explicitly.

Clears two rustc unused_imports errors.

`Vec` and `ToString` are part of stdlib prelude now, no need to import
them explicitly.

Clears two rustc `unused_imports` errors.
@tcharding
Copy link
Member Author

tcharding commented Apr 1, 2024

I have a feeling this won't get past the MSRV job but I couldn't be bothered to work out pinning, so couldn't build it locally. Happily I was wrong.

@tcharding tcharding mentioned this pull request Apr 1, 2024
@michalkucharczyk
Copy link
Contributor

Duplicates #67

@stevenroose
Copy link
Collaborator

Closing in favor of #67.

@stevenroose stevenroose closed this Apr 2, 2024
@tcharding
Copy link
Member Author

Face palm, I even reviewed and discussed #67 - what a wombat.

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.

None yet

3 participants