-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Make deprecation reasons more prominent #18042
Comments
+1 maybe just hovering over a deprecated method and its description? |
An adhoc solution to this we've been using in some places is to replace the documentation of the method with the deprecated message. |
Some methods do this already. example: http://doc.rust-lang.org/std/vec/struct.Vec.html#method.append Lets do that. |
Let's keep the actual docs behind a "click to expand" button, and have |
Dup of #15468? |
I'll take this. |
Nominating for 1.0-stable. |
closing as dupe of #15468 |
Right now you have to hold your mouse over a tiny bar next to the function name to find out why it's been deprecated.
The text was updated successfully, but these errors were encountered: