Skip to content

Avoid implementing traits on type aliases #1242

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

Closed
lambda-fairy opened this issue Sep 24, 2016 · 2 comments
Closed

Avoid implementing traits on type aliases #1242

lambda-fairy opened this issue Sep 24, 2016 · 2 comments

Comments

@lambda-fairy
Copy link

Due to rust-lang/rust#19381, trait impls on type aliases are not shown in automatically generated documentation. Until this bug is fixed, it is better not to write code this way.

@mcarton
Copy link
Member

mcarton commented Sep 25, 2016

IMO this is something to be fixed in rustdoc rather than linted about in Clippy.

@camsteffen
Copy link
Contributor

The issue has been fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants