@@ -241,7 +241,6 @@ impl fmt::Debug for c_void {
241
241
) ,
242
242
all( target_arch = "aarch64" , any( target_os = "macos" , target_os = "ios" , target_os = "tvos" ) ) ,
243
243
target_family = "wasm" ,
244
- target_arch = "asmjs" ,
245
244
target_os = "uefi" ,
246
245
windows,
247
246
) ) ]
@@ -270,7 +269,6 @@ pub struct VaListImpl<'f> {
270
269
) ,
271
270
all( target_arch = "aarch64" , any( target_os = "macos" , target_os = "ios" , target_os = "tvos" ) ) ,
272
271
target_family = "wasm" ,
273
- target_arch = "asmjs" ,
274
272
target_os = "uefi" ,
275
273
windows,
276
274
) ) ]
@@ -395,7 +393,6 @@ pub struct VaList<'a, 'f: 'a> {
395
393
any( target_os = "macos" , target_os = "ios" , target_os = "tvos" )
396
394
) ,
397
395
target_family = "wasm" ,
398
- target_arch = "asmjs" ,
399
396
target_os = "uefi" ,
400
397
windows,
401
398
) ) ]
@@ -413,7 +410,6 @@ pub struct VaList<'a, 'f: 'a> {
413
410
not( any( target_os = "macos" , target_os = "ios" , target_os = "tvos" ) )
414
411
) ,
415
412
not( target_family = "wasm" ) ,
416
- not( target_arch = "asmjs" ) ,
417
413
not( target_os = "uefi" ) ,
418
414
not( windows) ,
419
415
) ) ]
@@ -431,7 +427,6 @@ pub struct VaList<'a, 'f: 'a> {
431
427
) ,
432
428
all( target_arch = "aarch64" , any( target_os = "macos" , target_os = "ios" , target_os = "tvos" ) ) ,
433
429
target_family = "wasm" ,
434
- target_arch = "asmjs" ,
435
430
target_os = "uefi" ,
436
431
windows,
437
432
) ) ]
@@ -461,7 +456,6 @@ impl<'f> VaListImpl<'f> {
461
456
not( any( target_os = "macos" , target_os = "ios" , target_os = "tvos" ) )
462
457
) ,
463
458
not( target_family = "wasm" ) ,
464
- not( target_arch = "asmjs" ) ,
465
459
not( target_os = "uefi" ) ,
466
460
not( windows) ,
467
461
) ) ]
0 commit comments