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
The URL spec section on equivalence specifies an optional boolean to exclude fragments. Because there is no way to add parameters to eq this crate should include a pub fn equal_excluding_fragment(&self, other: &Url) -> bool to allow for a spec compliant way to check for url equivalence when needing to exclude fragments.