Skip to content

Commit

Permalink
build.rs: cargo clippy --fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkysen committed Nov 11, 2023
1 parent d10bb36 commit 3f3af8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mod asm {
let os = os.as_str();
let vendor = vendor.as_str();
let pointer_width = pointer_width.as_str();
let features = features.split(",").collect::<HashSet<_>>();
let features = features.split(',').collect::<HashSet<_>>();

let rustc_cfg = match arch {
Arch::X86(ArchX86::X86_32) => "nasm_x86",
Expand Down

0 comments on commit 3f3af8f

Please sign in to comment.