From 2080669943e79aba619bc80829172c696ec1f15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=82=B3=E6=9D=83?= <695601626@qq.com> Date: Sun, 27 Aug 2023 12:04:12 +0800 Subject: chore: update to Rust 1.72 (#20258) As the title. --------- Co-authored-by: Matt Mastracci --- cli/util/v8.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/util') diff --git a/cli/util/v8.rs b/cli/util/v8.rs index 93a2ef83f..af310608a 100644 --- a/cli/util/v8.rs +++ b/cli/util/v8.rs @@ -16,7 +16,7 @@ pub fn construct_v8_flags( ) -> Vec { std::iter::once("UNUSED_BUT_NECESSARY_ARG0".to_owned()) .chain(default_v8_flags.iter().cloned()) - .chain(env_v8_flags.into_iter()) + .chain(env_v8_flags) .chain(v8_flags.iter().cloned()) .collect::>() } -- cgit v1.2.3