Skip to content

fix the core-map benchmark's descending range #5569

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
Mar 27, 2013
Merged

fix the core-map benchmark's descending range #5569

merged 1 commit into from
Mar 27, 2013

Conversation

thestinger
Copy link
Contributor

No description provided.

@bors bors closed this Mar 27, 2013
@bors bors merged commit 05fba8c into rust-lang:incoming Mar 27, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 11, 2020
Allow `use super::*;` glob imports

changelog: Allow super::* glob imports

fixes rust-lang#5554
fixes rust-lang#5569

A first pass at rust-lang#5554 - this allows all `use super::*` to pass, which may or may not be desirable. The original issue was around allowing test modules to import their entire parent modules - I'm happy to modify this to do that instead, may just need some guidance on how to implement that (I played around a bit with #[cfg(test)] but from what I can gather, clippy itself isn't in test mode when running, even if the code in question is being checked for the test target).
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.

2 participants