File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -220,52 +220,41 @@ pub mod ptr;
220220/* Core language traits */
221221
222222pub mod borrow;
223- #[ cfg( not( test) ) ] // See #65860
224223pub mod clone;
225- #[ cfg( not( test) ) ] // See #65860
226224pub mod cmp;
227225pub mod convert;
228- #[ cfg( not( test) ) ] // See #65860
229226pub mod default;
230- #[ cfg( not( test) ) ] // See #65860
231227pub mod marker;
232228pub mod ops;
233229
234230/* Core types and methods on primitives */
235231
236232pub mod any;
237- #[ cfg( not( test) ) ] // See #65860
238233pub mod array;
239234pub mod ascii;
240235pub mod cell;
241236pub mod char;
242237pub mod ffi;
243- #[ cfg( not( test) ) ] // See #65860
244238pub mod iter;
245239#[ unstable( feature = "once_cell" , issue = "74465" ) ]
246240pub mod lazy;
247241pub mod option;
248242pub mod panic;
249243pub mod panicking;
250- #[ cfg( not( test) ) ] // See #65860
251244pub mod pin;
252245pub mod raw;
253246pub mod result;
254247pub mod sync;
255248
256- #[ cfg( not( test) ) ] // See #65860
257249pub mod fmt;
258- #[ cfg( not( test) ) ] // See #65860
259250pub mod hash;
260251pub mod slice;
261- #[ cfg( not( test) ) ] // See #65860
262252pub mod str;
263253pub mod time;
264254
265255pub mod unicode;
266256
267257/* Async */
268- #[ cfg( not( test) ) ] // See #65860
269258pub mod future;
270259pub mod task;
271260
You can’t perform that action at this time.
0 commit comments