Skip to content

Add new lint: std_wildcard_imports #14868

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alanbondarun
Copy link

@alanbondarun alanbondarun commented May 22, 2025

changelog: [std_wildcard_imports]: Initial implementation

This fixes #13961.

Please let me know if there any missing test cases and/or changes!

TODO

  • Fix failed tests from other lints
  • Add more test cases

@alanbondarun alanbondarun force-pushed the std_wildcard_imports branch 3 times, most recently from 21b13b3 to 3a0a721 Compare May 23, 2025 06:27
@alanbondarun alanbondarun force-pushed the std_wildcard_imports branch from 3a0a721 to 5f8b8e3 Compare May 27, 2025 09:40
@alanbondarun alanbondarun marked this pull request as ready for review May 27, 2025 09:43
@rustbot
Copy link
Collaborator

rustbot commented May 27, 2025

r? @llogiq

rustbot has assigned @llogiq.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label May 27, 2025
@alanbondarun alanbondarun changed the title [WIP] Add new lint: std_wildcard_imports Add new lint: std_wildcard_imports May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

std_wildcard_imports to lint against use std::mod::*
3 participants