Skip to content

Fix new lint on nightly #1702

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

Merged
merged 1 commit into from
Apr 3, 2019
Merged

Conversation

sgrif
Copy link
Contributor

@sgrif sgrif commented Apr 1, 2019

unused_imports now triggers for redundant imports.
diesel::Connection is part of diesel::prelude, mem::drop is part
of std::prelude, and InvitationResponse was explicitly imported at
the top of the file

`unused_imports` now triggers for redundant imports.
`diesel::Connection` is part of `diesel::prelude`, `mem::drop` is part
of `std::prelude`, and `InvitationResponse` was explicitly imported at
the top of the file
Copy link
Member

@jtgeibel jtgeibel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors r+

@jtgeibel
Copy link
Member

jtgeibel commented Apr 3, 2019

Are you there bors?

@bors r+

@bors
Copy link
Contributor

bors commented Apr 3, 2019

📌 Commit c165578 has been approved by jtgeibel

@bors
Copy link
Contributor

bors commented Apr 3, 2019

⌛ Testing commit c165578 with merge 63d3bbc...

bors added a commit that referenced this pull request Apr 3, 2019
Fix new lint on nightly

`unused_imports` now triggers for redundant imports.
`diesel::Connection` is part of `diesel::prelude`, `mem::drop` is part
of `std::prelude`, and `InvitationResponse` was explicitly imported at
the top of the file
@bors
Copy link
Contributor

bors commented Apr 3, 2019

☀️ Test successful - checks-travis
Approved by: jtgeibel
Pushing 63d3bbc to master...

@bors bors merged commit c165578 into rust-lang:master Apr 3, 2019
@sgrif sgrif deleted the sg-fix-redundant-imports branch May 14, 2019 16:22
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