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
There are places where the function accepts String or &str, the parameter takes any type that has an Into function and uses that inside the function, try finding such occurrences and improve on them.