summaryrefslogtreecommitdiff
path: root/cli/deno_error.rs
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-08-28 15:32:03 -0700
committerBert Belder <bertbelder@gmail.com>2019-08-29 10:45:09 -0700
commit177727d730d786c71ba3afbc02f023f4b40c27a8 (patch)
treeee568880dd1b5d62cb534624acfe749a22bd71d7 /cli/deno_error.rs
parent89794d5d347d1358ec32ed42e1f0faa6e0ac6abe (diff)
third_party: downgrade 'url' crate to version 1.7.2
Diffstat (limited to 'cli/deno_error.rs')
-rw-r--r--cli/deno_error.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/deno_error.rs b/cli/deno_error.rs
index 3b7dbcde8..36d8b724a 100644
--- a/cli/deno_error.rs
+++ b/cli/deno_error.rs
@@ -174,7 +174,6 @@ impl GetErrorKind for url::ParseError {
}
RelativeUrlWithoutBase => ErrorKind::RelativeUrlWithoutBase,
SetHostOnCannotBeABaseUrl => ErrorKind::SetHostOnCannotBeABaseUrl,
- _ => ErrorKind::Other,
}
}
}