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
This fills a gap in the TryIntoAccountId blanket impls — &String comes
up naturally when passing references to String fields in structs, and
without this impl callers must manually deref via .as_str().
0 commit comments