Skip to content

Commit 41a419b

Browse files
committed
Fix rebase mistake
1 parent 044b63e commit 41a419b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ impl Target {
229229
"x86_64-unknown-linux-gnu" => X86_64UnknownLinuxGnu,
230230
"x86_64-unknown-linux-musl" => X86_64UnknownLinuxMusl,
231231
"x86_64-unknown-netbsd" => X86_64UnknownNetbsd,
232-
_ if target_list.contains(triple) => Other,
233232
_ => Custom { triple: triple.to_owned() },
234233
}
235234
}

0 commit comments

Comments
 (0)