Skip to content

Commit

Permalink
Appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Oct 8, 2024
1 parent 1ce8dd6 commit 1d2bafc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ impl Target {

Ok(Self {
full_arch: full_arch.to_string().into(),
arch: arch.into(),
vendor: vendor.into(),
os: os.into(),
env: env.into(),
arch,
vendor,
os,
env,
abi,
})
}
Expand Down

0 comments on commit 1d2bafc

Please sign in to comment.