From ad224f53c798e8417a63d98daeaf3cadc199666c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 15 Jan 2022 01:10:12 -0500 Subject: chore: upgrade to rust 1.58 (#13377) --- cli/fmt_errors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/fmt_errors.rs') diff --git a/cli/fmt_errors.rs b/cli/fmt_errors.rs index 126621279..b6e44ea07 100644 --- a/cli/fmt_errors.rs +++ b/cli/fmt_errors.rs @@ -81,7 +81,7 @@ fn format_frame(frame: &JsStackFrame) -> String { if frame.is_promise_all { result += &italic_bold(&format!( "Promise.all (index {})", - frame.promise_index.unwrap_or_default().to_string() + frame.promise_index.unwrap_or_default() )) .to_string(); return result; -- cgit v1.2.3