File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 133
133
#[ allow( unused) ]
134
134
use prelude:: v1:: * ;
135
135
136
+ #[ cfg( not( test) ) ] // See #65860
136
137
#[ macro_use]
137
138
mod macros;
138
139
@@ -180,40 +181,51 @@ pub mod hint;
180
181
181
182
/* Core language traits */
182
183
184
+ #[ cfg( not( test) ) ] // See #65860
183
185
pub mod marker;
184
186
pub mod ops;
187
+ #[ cfg( not( test) ) ] // See #65860
185
188
pub mod cmp;
189
+ #[ cfg( not( test) ) ] // See #65860
186
190
pub mod clone;
191
+ #[ cfg( not( test) ) ] // See #65860
187
192
pub mod default;
188
193
pub mod convert;
189
194
pub mod borrow;
190
195
191
196
/* Core types and methods on primitives */
192
197
193
198
pub mod any;
199
+ #[ cfg( not( test) ) ] // See #65860
194
200
pub mod array;
195
201
pub mod ascii;
196
202
pub mod sync;
197
203
pub mod cell;
198
204
pub mod char;
199
205
pub mod panic;
200
206
pub mod panicking;
207
+ #[ cfg( not( test) ) ] // See #65860
201
208
pub mod pin;
209
+ #[ cfg( not( test) ) ] // See #65860
202
210
pub mod iter;
203
211
pub mod option;
204
212
pub mod raw;
205
213
pub mod result;
206
214
pub mod ffi;
207
215
208
216
pub mod slice;
217
+ #[ cfg( not( test) ) ] // See #65860
209
218
pub mod str;
219
+ #[ cfg( not( test) ) ] // See #65860
210
220
pub mod hash;
221
+ #[ cfg( not( test) ) ] // See #65860
211
222
pub mod fmt;
212
223
pub mod time;
213
224
214
225
pub mod unicode;
215
226
216
227
/* Async */
228
+ #[ cfg( not( test) ) ] // See #65860
217
229
pub mod future;
218
230
pub mod task;
219
231
You can’t perform that action at this time.
0 commit comments