Skip to content

Commit 8f14071

Browse files
chancedanonrig
authored andcommitted
removes commented out test for clone
1 parent 7868545 commit 8f14071

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/lib.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -652,14 +652,6 @@ mod test {
652652
);
653653
}
654654
}
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-
// }
663655
#[test]
664656
fn should_order_alphabetically() {
665657
let left = Url::parse("https://example.com/", None).expect("Should have parsed url");

0 commit comments

Comments
 (0)