Skip to content

Commit 1d2bafc

Browse files
committed
Appease clippy
1 parent 1ce8dd6 commit 1d2bafc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/target.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ impl Target {
104104

105105
Ok(Self {
106106
full_arch: full_arch.to_string().into(),
107-
arch: arch.into(),
108-
vendor: vendor.into(),
109-
os: os.into(),
110-
env: env.into(),
107+
arch,
108+
vendor,
109+
os,
110+
env,
111111
abi,
112112
})
113113
}

0 commit comments

Comments
 (0)