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
In VSCode, if I set "unresolvedReference": "#d3d3d3d3", in "editor.semanticTokenColorCustomizations", I noticed that .into_owned() is grayed out, but this code works fine. I can confirm this, because this compiles:
For example, if I have Into<Cow<'a, str>>, the Into trait's into() method shows up, but nothing after that. This video demonstrates this in practice:
Screen.Recording.2022-10-25.at.12.54.57.mov
The text was updated successfully, but these errors were encountered:
I have this function signature:
In VSCode, if I set
"unresolvedReference": "#d3d3d3d3",
in"editor.semanticTokenColorCustomizations"
, I noticed that.into_owned()
is grayed out, but this code works fine. I can confirm this, because this compiles:For example, if I have
Into<Cow<'a, str>>
, the Into trait'sinto()
method shows up, but nothing after that. This video demonstrates this in practice:Screen.Recording.2022-10-25.at.12.54.57.mov
The text was updated successfully, but these errors were encountered: