You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
When a function or type in the std library is deprecated with the rustc_deprecated annotation, the hover docs and auto-completion docs for that item should show the deprecation information from that annotation. For example, String::lines_any().
Ideally, in the auto-completion menu, deprecated items should also be rendered with a strikeout (for example).