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
For example, lev_distance is currently towards the bottom of the page, and so there's little indication which item is the targeted one, as the top of the screen doesn't line up with it.
Even something like the following would make it more usable.
The text was updated successfully, but these errors were encountered:
…g#14403)
Closesrust-lang#11346.
Partially fixrust-lang#9905. The first case in this issue is a little tricky as
the coerce does not happen in the borrowing.
changelog: [`borrow_deref_ref`]: fix wrong suggestions when coerce to
mut
For example,
lev_distance
is currently towards the bottom of the page, and so there's little indication which item is the targeted one, as the top of the screen doesn't line up with it.Even something like the following would make it more usable.
The text was updated successfully, but these errors were encountered: