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
Right now std::net::url::encode_component is pure, and has to use an unsafe to call std::net::url::encode. We should make that and std::net::url::decode pure. If we don't want to cheat with unsafe blocks, this is blocked on #3758 and #3722.