File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -220,52 +220,41 @@ pub mod ptr;
220
220
/* Core language traits */
221
221
222
222
pub mod borrow;
223
- #[ cfg( not( test) ) ] // See #65860
224
223
pub mod clone;
225
- #[ cfg( not( test) ) ] // See #65860
226
224
pub mod cmp;
227
225
pub mod convert;
228
- #[ cfg( not( test) ) ] // See #65860
229
226
pub mod default;
230
- #[ cfg( not( test) ) ] // See #65860
231
227
pub mod marker;
232
228
pub mod ops;
233
229
234
230
/* Core types and methods on primitives */
235
231
236
232
pub mod any;
237
- #[ cfg( not( test) ) ] // See #65860
238
233
pub mod array;
239
234
pub mod ascii;
240
235
pub mod cell;
241
236
pub mod char;
242
237
pub mod ffi;
243
- #[ cfg( not( test) ) ] // See #65860
244
238
pub mod iter;
245
239
#[ unstable( feature = "once_cell" , issue = "74465" ) ]
246
240
pub mod lazy;
247
241
pub mod option;
248
242
pub mod panic;
249
243
pub mod panicking;
250
- #[ cfg( not( test) ) ] // See #65860
251
244
pub mod pin;
252
245
pub mod raw;
253
246
pub mod result;
254
247
pub mod sync;
255
248
256
- #[ cfg( not( test) ) ] // See #65860
257
249
pub mod fmt;
258
- #[ cfg( not( test) ) ] // See #65860
259
250
pub mod hash;
260
251
pub mod slice;
261
- #[ cfg( not( test) ) ] // See #65860
262
252
pub mod str;
263
253
pub mod time;
264
254
265
255
pub mod unicode;
266
256
267
257
/* Async */
268
- #[ cfg( not( test) ) ] // See #65860
269
258
pub mod future;
270
259
pub mod task;
271
260
You can’t perform that action at this time.
0 commit comments