Skip to content

Remove unused type aliases - #37498

Merged
bors merged 1 commit into
rust-lang:masterfrom
sanxiyn:unused-type-alias
Nov 3, 2016
Merged

Remove unused type aliases#37498
bors merged 1 commit into
rust-lang:masterfrom
sanxiyn:unused-type-alias

Conversation

@sanxiyn

Copy link
Copy Markdown
Contributor

Found by extending the dead code lint. The lint itself is work in progress because of false positives.

cc #37455.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @eddyb

(rust_highfive has picked a reviewer for you, use r? to override)

@eddyb

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Oct 31, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 07c8a25 has been approved by eddyb

sophiajt pushed a commit to sophiajt/rust that referenced this pull request Nov 2, 2016
Remove unused type aliases
Found by extending the dead code lint. The lint itself is work in progress because of false positives.
cc rust-lang#37455.
@sophiajtsophiajt mentioned this pull request Nov 2, 2016
bors added a commit that referenced this pull request Nov 2, 2016
@bors
bors merged commit 07c8a25 into rust-lang:masterNov 3, 2016
@sanxiyn
sanxiyn deleted the unused-type-alias branch November 3, 2016 05:16
Sign up for freeto 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.

4 participants

@sanxiyn@rust-highfive@eddyb@bors