Skip to content

Remove unnecessary imports#68

Closed
tcharding wants to merge 1 commit intorust-bitcoin:masterfrom
tcharding:04-01-rustc-warnings
Closed

Remove unnecessary imports#68
tcharding wants to merge 1 commit intorust-bitcoin:masterfrom
tcharding:04-01-rustc-warnings

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.

3 participants