From c6861b537ead4bba21817610664d68ffbe7daad5 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 2 Aug 2019 17:58:09 +0200 Subject: third_party: upgrade rust crates --- cli/deno_error.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/deno_error.rs') diff --git a/cli/deno_error.rs b/cli/deno_error.rs index 2bc021f52..e024a396c 100644 --- a/cli/deno_error.rs +++ b/cli/deno_error.rs @@ -174,6 +174,7 @@ impl GetErrorKind for url::ParseError { } RelativeUrlWithoutBase => ErrorKind::RelativeUrlWithoutBase, SetHostOnCannotBeABaseUrl => ErrorKind::SetHostOnCannotBeABaseUrl, + _ => ErrorKind::Other, } } } -- cgit v1.2.3