|
60 | 60 | test(no_crate_inject, attr(deny(warnings))), |
61 | 61 | test(attr(allow(dead_code, deprecated, unused_variables, unused_mut))) |
62 | 62 | )] |
63 | | -#![cfg_attr( |
64 | | - not(bootstrap), |
65 | | - doc(cfg_hide( |
66 | | - not(test), |
67 | | - any(not(feature = "miri-test-libstd"), test, doctest), |
68 | | - no_fp_fmt_parse, |
69 | | - target_pointer_width = "16", |
70 | | - target_pointer_width = "32", |
71 | | - target_pointer_width = "64", |
72 | | - target_has_atomic = "8", |
73 | | - target_has_atomic = "16", |
74 | | - target_has_atomic = "32", |
75 | | - target_has_atomic = "64", |
76 | | - target_has_atomic = "ptr", |
77 | | - target_has_atomic_equal_alignment = "8", |
78 | | - target_has_atomic_equal_alignment = "16", |
79 | | - target_has_atomic_equal_alignment = "32", |
80 | | - target_has_atomic_equal_alignment = "64", |
81 | | - target_has_atomic_equal_alignment = "ptr", |
82 | | - target_has_atomic_load_store = "8", |
83 | | - target_has_atomic_load_store = "16", |
84 | | - target_has_atomic_load_store = "32", |
85 | | - target_has_atomic_load_store = "64", |
86 | | - target_has_atomic_load_store = "ptr", |
87 | | - )) |
88 | | -)] |
| 63 | +#![doc(cfg_hide( |
| 64 | + not(test), |
| 65 | + any(not(feature = "miri-test-libstd"), test, doctest), |
| 66 | + no_fp_fmt_parse, |
| 67 | + target_pointer_width = "16", |
| 68 | + target_pointer_width = "32", |
| 69 | + target_pointer_width = "64", |
| 70 | + target_has_atomic = "8", |
| 71 | + target_has_atomic = "16", |
| 72 | + target_has_atomic = "32", |
| 73 | + target_has_atomic = "64", |
| 74 | + target_has_atomic = "ptr", |
| 75 | + target_has_atomic_equal_alignment = "8", |
| 76 | + target_has_atomic_equal_alignment = "16", |
| 77 | + target_has_atomic_equal_alignment = "32", |
| 78 | + target_has_atomic_equal_alignment = "64", |
| 79 | + target_has_atomic_equal_alignment = "ptr", |
| 80 | + target_has_atomic_load_store = "8", |
| 81 | + target_has_atomic_load_store = "16", |
| 82 | + target_has_atomic_load_store = "32", |
| 83 | + target_has_atomic_load_store = "64", |
| 84 | + target_has_atomic_load_store = "ptr", |
| 85 | +))] |
89 | 86 | #![no_core] |
90 | 87 | // |
91 | 88 | // Lints: |
|
0 commit comments