-
Notifications
You must be signed in to change notification settings - Fork 13k
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
slice impl for [T; i] is repeated too much in rustdoc #21660
Comments
|
Sounds good to me. 70% of that page is that type. |
It seems like rustdoc could just treat all |
@steveklabnik it's... beautiful |
I think @lifthrasiir's suggestion is a good workaround for the standard docs but rustdoc could certainly stand to improve in this area. |
I don't forsee this getting fixed in rustdoc. Once we get type level integers, this will just go away, and until then, it's a bit gross, but other languages have basically the same issue. It seems like I might be alone here, so I'll leave this open, but I'm really tempted to just close as WONTFIX. |
Triage: no comments in a year. I feel the same as I did then; this isn't really a rustdoc-level thing to fix. |
The slice page is huge. These
[T; N]
really need to be condensed at least in rustdoc somehow. This is absurd.The text was updated successfully, but these errors were encountered: