Linter changes

This commit is contained in:
Keegan McAllister 2013-08-09 13:17:11 -07:00
parent ac380df8b0
commit 907d9f23cf
9 changed files with 1 additions and 14 deletions

View file

@ -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) {