Skip to content

Commit a1e7fd4

Browse files
randomPoisonbjorn3
andauthored
Remove unnecessary parens
Co-authored-by: bjorn3 <[email protected]>
1 parent f521173 commit a1e7fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fn main() {
4242
|| target_os == "fuchsia"
4343
|| (target_vendor == "fortanix" && target_env == "sgx")
4444
|| target_os == "hermit"
45-
|| target_os == ("trusty")
45+
|| target_os == "trusty"
4646
|| target_os == "l4re"
4747
|| target_os == "redox"
4848
|| target_os == "haiku"

0 commit comments

Comments
 (0)