Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix warnings following rustup to 1.10.0-nightly (2b79e05a0 2016-05-13) #11185
Labels
Comments
|
I'll take this one, PR coming up in a while. |
|
Thanks! |
|
@perlun has contributed a fairly good amount of stuff to servo, so I think it'd be better if we leave this for the newcomers (unless this should be fixed ASAP) |
|
It's mostly grunt work and there is quite a massive amount of them currently, I'm not sure it matters who does it. |
|
@wafflespeanut - thank you for that. |
perlun
added a commit
to perlun/servo
that referenced
this issue
May 15, 2016
This fixes servo#11185.
bors-servo
added a commit
that referenced
this issue
May 15, 2016
Removed unused imports - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #11185 - [X] These changes do not require tests because it only removes dead code. ---- This fixes #11185. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11192) <!-- Reviewable:end -->
KiChjang
added a commit
to KiChjang/servo
that referenced
this issue
May 17, 2016
This fixes servo#11185.
zakorgy
added a commit
to zakorgy/servo
that referenced
this issue
May 26, 2016
This fixes servo#11185.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This new Rust now tracks unused trait imports.