Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16.8k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Lint for redundant imports
- #58805
#58805
Merged
bors
merged 18 commits into
master
rust-lang/rust:master
from
unknown repository
Copy head branch name to clipboard
Mar 31, 2019
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Lint for redundant imports
#58805
bors
merged 18 commits into
master
rust-lang/rust:master
from
unknown repository
Copy head branch name to clipboard
Commits
Commits on Mar 30, 2019
Add lint for redundant imports
Show description for 29d68ed
fdrinck
and
K4ugummi
committed
29d68ed
View commit details
Copy full SHA for 29d68ed
Browse repository at this point
Remove redundant imports
fdrinck
committed
541c499
View commit details
Copy full SHA for 541c499
Browse repository at this point
Edit comments
fdrinck
committed
2cebbe2
View commit details
Copy full SHA for 2cebbe2
Browse repository at this point
Improve warning
fdrinck
committed
2245d10
View commit details
Copy full SHA for 2245d10
Browse repository at this point
Bless tests
fdrinck
committed
d04e83f
View commit details
Copy full SHA for d04e83f
Browse repository at this point
Distinguish between imported and defined items
fdrinck
committed
8919894
View commit details
Copy full SHA for 8919894
Browse repository at this point
Remove redundant import
fdrinck
committed
fef3f5c
View commit details
Copy full SHA for fef3f5c
Browse repository at this point
Edit ui tests
fdrinck
committed
f927236
View commit details
Copy full SHA for f927236
Browse repository at this point
Replace REDUNDANT_IMPORT with UNUSED_IMPORTS
fdrinck
committed
6e7b45e
View commit details
Copy full SHA for 6e7b45e
Browse repository at this point
Fix tests
fdrinck
committed
0f3b1c0
View commit details
Copy full SHA for 0f3b1c0
Browse repository at this point
Add glob import to redundancy test
fdrinck
committed
4a619aa
View commit details
Copy full SHA for 4a619aa
Browse repository at this point
Fix more tests
fdrinck
committed
a97aeb4
View commit details
Copy full SHA for a97aeb4
Browse repository at this point
Fix doc tests
fdrinck
committed
8fb0549
View commit details
Copy full SHA for 8fb0549
Browse repository at this point
Change message to present tense
fdrinck
committed
df80eae
View commit details
Copy full SHA for df80eae
Browse repository at this point
Handle glob import in redundancy check
fdrinck
committed
c244c41
View commit details
Copy full SHA for c244c41
Browse repository at this point
Restore test
fdrinck
committed
2ade443
View commit details
Copy full SHA for 2ade443
Browse repository at this point
Commits on Mar 31, 2019
Add back missing import
fdrinck
committed
ae6622d
View commit details
Copy full SHA for ae6622d
Browse repository at this point
Remove redundant import
fdrinck
committed
c1d5314
View commit details
Copy full SHA for c1d5314
Browse repository at this point
You can’t perform that action at this time.