We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3b0bd commit d3c55cdCopy full SHA for d3c55cd
library/std/build.rs
@@ -42,7 +42,7 @@ fn main() {
42
|| target_os == "fuchsia"
43
|| (target_vendor == "fortanix" && target_env == "sgx")
44
|| target_os == "hermit"
45
- || target_os == ("trusty")
+ || target_os == "trusty"
46
|| target_os == "l4re"
47
|| target_os == "redox"
48
|| target_os == "haiku"
0 commit comments