From 26ff29e7e22b5022ec7e836381ba4e1dc0b1cb79 Mon Sep 17 00:00:00 2001 From: Tsukasa OI Date: Sat, 31 May 2025 05:06:05 +0000 Subject: intrinsic-test: Modernization of the coding style It modernizes the coding style of the crate intrinsic-test by fixing Clippy warnings. Clippy: rust version 1.89.0-nightly (6f6971078 2025-05-28) Number of Fixed Warnings: 36/36 --- library/stdarch/crates/intrinsic-test/src/common/cli.rs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'library/stdarch/crates/intrinsic-test/src/common/cli.rs') diff --git a/library/stdarch/crates/intrinsic-test/src/common/cli.rs b/library/stdarch/crates/intrinsic-test/src/common/cli.rs index 9345761cf18..1d572723008 100644 --- a/library/stdarch/crates/intrinsic-test/src/common/cli.rs +++ b/library/stdarch/crates/intrinsic-test/src/common/cli.rs @@ -100,14 +100,14 @@ impl ProcessedCli { }; Self { - toolchain: toolchain, - cpp_compiler: cpp_compiler, - c_runner: c_runner, - target: target, - linker: linker, - cxx_toolchain_dir: cxx_toolchain_dir, - skip: skip, - filename: filename, + toolchain, + cpp_compiler, + c_runner, + target, + linker, + cxx_toolchain_dir, + skip, + filename, } } } -- cgit 1.4.1-3-g733a5