Remove unnecessary parens
Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com>
This commit is contained in:
parent
2b3b0bd50b
commit
d3c55cd52b
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ fn main() {
|
|||
|| target_os == "fuchsia"
|
||||
|| (target_vendor == "fortanix" && target_env == "sgx")
|
||||
|| target_os == "hermit"
|
||||
|| target_os == ("trusty")
|
||||
|| target_os == "trusty"
|
||||
|| target_os == "l4re"
|
||||
|| target_os == "redox"
|
||||
|| target_os == "haiku"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue