diff options
| author | Tsukasa OI <floss_rust@irq.a4lg.com> | 2025-05-31 05:06:05 +0000 | 
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2025-05-31 09:38:49 +0000 | 
| commit | 26ff29e7e22b5022ec7e836381ba4e1dc0b1cb79 (patch) | |
| tree | 495b6e3ca3e20193808e4e0536f297d633bb1ff1 /library/stdarch/crates/intrinsic-test/src/common/cli.rs | |
| parent | c5693ed5e434e0ff24a708f99bcc3c3671a51a30 (diff) | |
| download | rust-26ff29e7e22b5022ec7e836381ba4e1dc0b1cb79.tar.gz rust-26ff29e7e22b5022ec7e836381ba4e1dc0b1cb79.zip | |
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
Diffstat (limited to 'library/stdarch/crates/intrinsic-test/src/common/cli.rs')
| -rw-r--r-- | library/stdarch/crates/intrinsic-test/src/common/cli.rs | 16 | 
1 files changed, 8 insertions, 8 deletions
| 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, } } } | 
