mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Linter changes
This commit is contained in:
parent
ac380df8b0
commit
907d9f23cf
9 changed files with 1 additions and 14 deletions
|
@ -17,7 +17,6 @@ Create a URL object from a string. Does various helpful browsery things like
|
|||
is based off the current url
|
||||
|
||||
*/
|
||||
#[allow(non_implicitly_copyable_typarams)]
|
||||
pub fn make_url(str_url: ~str, current_url: Option<Url>) -> Url {
|
||||
let schm = url::get_scheme(str_url);
|
||||
let str_url = if result::is_err(&schm) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue