Skip to content

Commit 14cb365

Browse files
committed
Ignore not yet known target_env value
1 parent 2c53afc commit 14cb365

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: library/std/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ level = "warn"
140140
check-cfg = [
141141
'cfg(bootstrap)',
142142
'cfg(target_arch, values("xtensa", "aarch64-unknown-nto-qnx710_iosock"))',
143+
'cfg(target_env, values("nto71_iosock"))',
143144
# std use #[path] imports to portable-simd `std_float` crate
144145
# and to the `backtrace` crate which messes-up with Cargo list
145146
# of declared features, we therefor expect any feature cfg

0 commit comments

Comments
 (0)