Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Avoid implementing traits on type aliases #1242

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

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

No branches or pull requests

3 participants