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

Revert import changes in tests #2366

Merged
merged 1 commit into from Feb 26, 2021
Merged

Revert import changes in tests #2366

merged 1 commit into from Feb 26, 2021

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Feb 26, 2021

After #2216, these redundant imports are unneeded.
This reverts almost all of #2101.
This also includes some minor cleanup of imports in tests.

This is the first step for #2247.

@taiki-e taiki-e force-pushed the tests-2 branch 3 times, most recently from dd58252 to 4c121d2 Compare February 26, 2021 15:58
Comment on lines -1 to -6
mod assert_send_sync {
use futures::stream::FuturesUnordered;

pub trait AssertSendSync: Send + Sync {}
impl AssertSendSync for FuturesUnordered<()> {}
}
Copy link
Member Author

Choose a reason for hiding this comment

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

This module was just removed because covered by #2323.

After rust-lang#2216, these redundant imports are unneeded.
This reverts almost all of rust-lang#2101.
This also includes some minor cleanup of imports in tests.
@taiki-e taiki-e added the 0.3-backport: pending The maintainer accepted to backport this to the 0.3 branch, but backport has not been done yet. label Feb 26, 2021
@taiki-e taiki-e merged commit cdb3d08 into rust-lang:master Feb 26, 2021
@taiki-e taiki-e deleted the tests-2 branch February 26, 2021 16:15
@taiki-e taiki-e mentioned this pull request Apr 10, 2021
@taiki-e taiki-e added 0.3-backport: completed and removed 0.3-backport: pending The maintainer accepted to backport this to the 0.3 branch, but backport has not been done yet. labels Apr 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant