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
I think I have String::from("") here because (I thought) there was a need to have a fully initialized string here. I doubt that this is actually the case, so String::new() would be more idiomatic.