|
@@ -32,7 +32,6 @@ let issue_list_url = Url::parse(
|
|
|
"https://github.com/rust-lang/rust/issues?labels=E-easy&state=open"
|
|
"https://github.com/rust-lang/rust/issues?labels=E-easy&state=open"
|
|
|
)?;
|
|
)?;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
assert!(issue_list_url.scheme() == "https");
|
|
assert!(issue_list_url.scheme() == "https");
|
|
|
assert!(issue_list_url.username() == "");
|
|
assert!(issue_list_url.username() == "");
|
|
|
assert!(issue_list_url.password() == None);
|
|
assert!(issue_list_url.password() == None);
|