You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tesuji opened this issue
Jun 21, 2020
· 3 comments
· Fixed by #73638
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
The text was updated successfully, but these errors were encountered:
LeSeulArtichaut
added
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
labels
Jun 21, 2020
tesuji
changed the title
[easy] Replace unused imports in 2018 edition crates
[easy] Remove unused imports in 2018 edition crates
Jun 21, 2020
tesuji
changed the title
[easy] Remove unused imports in 2018 edition crates
Remove unused imports in 2018 edition crates
Jun 21, 2020
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Unused imports like
use libc;
.One could use this regex
or try https://grep.app/search?q=%5E%5Cs%2Ause%5Cs%2B%5Ba-z%5D%5B_a-zA-Z0-9%5D%2A%3B®exp=true&case=true&filter[lang][0]=Rust&filter[repo][0]=rust-lang/rust.
This issue has been assigned to @Yuqio via this comment.
The text was updated successfully, but these errors were encountered: