We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7868545 commit 8f14071Copy full SHA for 8f14071
src/lib.rs
@@ -652,14 +652,6 @@ mod test {
652
);
653
}
654
655
- // #[test]
656
- // fn clone_should_create_new_instance() {
657
- // let url = Url::parse("http://example.com/", None).expect("Should have parsed url");
658
- // let cloned = url.clone();
659
- // println!("{cloned}");
660
- // assert_eq!(url, cloned);
661
- // assert_ne!(url.as_ptr(), cloned.as_ptr());
662
- // }
663
#[test]
664
fn should_order_alphabetically() {
665
let left = Url::parse("https://example.com/", None).expect("Should have parsed url");
0 commit comments