Skip to content

resolve: Mark more erroneous imports as used #64265

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Sep 8, 2019

Conversation

petrochenkov
Copy link
Contributor

Fixes #63724
r? @estebank

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 7, 2019
@estebank
Copy link
Contributor

estebank commented Sep 7, 2019

r=me once green.

@petrochenkov
Copy link
Contributor Author

@bors r=estebank

@bors
Copy link
Collaborator

bors commented Sep 7, 2019

📌 Commit 7dc3839 has been approved by estebank

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 7, 2019
Centril added a commit to Centril/rust that referenced this pull request Sep 8, 2019
resolve: Mark more erroneous imports as used

Fixes rust-lang#63724
r? @estebank
bors added a commit that referenced this pull request Sep 8, 2019
Rollup of 4 pull requests

Successful merges:

 - #62205 (Add Iterator comparison methods that take a comparison function)
 - #64152 (Use backtrace formatting from the backtrace crate)
 - #64265 (resolve: Mark more erroneous imports as used)
 - #64267 (rustdoc: fix diagnostic with mixed code block styles)

Failed merges:

r? @ghost
@bors bors merged commit 7dc3839 into rust-lang:master Sep 8, 2019
@petrochenkov petrochenkov deleted the useerr branch February 22, 2025 18:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Silence unused_import warning on unresolved import
4 participants