From 238590aa9fdfe2aac04bb96abad2f2d2feb3101a Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Thu, 17 Nov 2022 22:59:10 -0300 Subject: chore: use Rust 1.65.0 (#16688) --- runtime/fmt_errors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/fmt_errors.rs') diff --git a/runtime/fmt_errors.rs b/runtime/fmt_errors.rs index e285d07b4..bd8cf4b94 100644 --- a/runtime/fmt_errors.rs +++ b/runtime/fmt_errors.rs @@ -195,7 +195,7 @@ fn find_recursive_cause(js_error: &JsError) -> Option { { return Some(ErrorReference { from: current_error, - to: *seen, + to: seen, }); } else { current_error = cause; -- cgit v1.2.3