-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Rustdoc should show both a stability colour, and unstable/deprecation text #24617
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
Comments
One of the reasons the colors were bad was color-blind users... |
/cc @alexcrichton |
Understandable. As said, I just think the colours (and maybe symbols?) should return along side the new text boxes. For easier scanning (and inclusion alongside the prototypes) |
The idea here is that the set of unstable/deprecated items is actually pretty small, so there doesn't need to be that much visual distinction, but I'd certainly believe that the UI could be better. |
We no longer have colors, and we do display a message for unstable/deprecated things. Closing! |
Well, I guess this ticket was about adding them back in, so let's leave this open just in case. @thepowersgang with all of the changes here, do you still think we could do better? |
Okay, it's been a while; I'm going to give this one a close. If someone feels strongly about it and has a proposal for today's situation with regards to stability markers, please open a new issue. Thanks! |
While the recent change to make deprecated items more obvious is nice, the lack of colour annotations makes it harder to scan down a list (e.g. in trait impls) and spot stable/unstable items.
Could the colours be restored (along side the new warning boxes)?
The text was updated successfully, but these errors were encountered: