From 75ec650f080ac66e98d8b848118dc2349ca70aa8 Mon Sep 17 00:00:00 2001 From: Igor Zinkovsky Date: Tue, 28 Nov 2023 21:04:07 -0800 Subject: chore(ext/kv): update denokv crates (#21357) --- runtime/errors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/errors.rs') diff --git a/runtime/errors.rs b/runtime/errors.rs index f48f01246..2061a5e0b 100644 --- a/runtime/errors.rs +++ b/runtime/errors.rs @@ -212,7 +212,7 @@ pub fn get_error_class_name(e: &AnyError) -> Option<&'static str> { .map(get_url_parse_error_class) }) .or_else(|| { - e.downcast_ref::() + e.downcast_ref::() .map(|_| "TypeError") }) .or_else(|| { -- cgit v1.2.3