Uh oh!
There was an error while loading. Please reload this page.
Add suggestion for duplicated import. - #57973
Conversation
rust-highfive
commented
Jan 29, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Great behavior, although we probably should make sure we keep the #[macro_use] in the remaining extern statement... (not necessary in this PR)
There was a problem hiding this comment.
I've changed this to prefer keeping imports with attributes.
There was a problem hiding this comment.
It didn't seem to work in this case, but only address if you have time.
michaelwoerister
commented
Jan 30, 2019
r? @estebank if that's OK. |
Uh oh!
There was an error while loading. Please reload this page.
estebank
left a comment
There was a problem hiding this comment.
LGTM, few nitpicks inline.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This commit adds a suggestion when a import is duplicated (ie. the same name is used twice trying to import the same thing) to remove the second import.
estebank
commented
Jan 31, 2019
@bors r+ |
bors
commented
Jan 31, 2019
📌 Commit 1595163 has been approved by |
bors
commented
Jan 31, 2019
⌛ Testing commit 1595163 with merge 2e4c395588b3a70b13989656af07b08da2be208f... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
davidtwco
commented
Feb 4, 2019
bors
commented
Feb 4, 2019
⌛ Testing commit 1595163 with merge c6669166b92ff816adb807f6b4e87bcbfc37aa40... |
bors
commented
Feb 4, 2019
💔 Test failed - status-appveyor |
emilyalbini
commented
Feb 4, 2019
Wut @bors retry |
bors
commented
Feb 5, 2019
Add suggestion for duplicated import. Fixes#52891. This PR adds a suggestion when a import is duplicated (ie. the same name is used twice trying to import the same thing) to remove the second import.
bors
commented
Feb 5, 2019
☀️ Test successful - checks-travis, status-appveyor |
Fixes#52891.
This PR adds a suggestion when a import is duplicated (ie. the same name
is used twice trying to import the same thing) to remove the second
import.