File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 133133#[ allow( unused) ]
134134use prelude:: v1:: * ;
135135
136+ #[ cfg( not( test) ) ] // See #65860
136137#[ macro_use]
137138mod macros;
138139
@@ -180,40 +181,51 @@ pub mod hint;
180181
181182/* Core language traits */
182183
184+ #[ cfg( not( test) ) ] // See #65860
183185pub mod marker;
184186pub mod ops;
187+ #[ cfg( not( test) ) ] // See #65860
185188pub mod cmp;
189+ #[ cfg( not( test) ) ] // See #65860
186190pub mod clone;
191+ #[ cfg( not( test) ) ] // See #65860
187192pub mod default;
188193pub mod convert;
189194pub mod borrow;
190195
191196/* Core types and methods on primitives */
192197
193198pub mod any;
199+ #[ cfg( not( test) ) ] // See #65860
194200pub mod array;
195201pub mod ascii;
196202pub mod sync;
197203pub mod cell;
198204pub mod char;
199205pub mod panic;
200206pub mod panicking;
207+ #[ cfg( not( test) ) ] // See #65860
201208pub mod pin;
209+ #[ cfg( not( test) ) ] // See #65860
202210pub mod iter;
203211pub mod option;
204212pub mod raw;
205213pub mod result;
206214pub mod ffi;
207215
208216pub mod slice;
217+ #[ cfg( not( test) ) ] // See #65860
209218pub mod str;
219+ #[ cfg( not( test) ) ] // See #65860
210220pub mod hash;
221+ #[ cfg( not( test) ) ] // See #65860
211222pub mod fmt;
212223pub mod time;
213224
214225pub mod unicode;
215226
216227/* Async */
228+ #[ cfg( not( test) ) ] // See #65860
217229pub mod future;
218230pub mod task;
219231
You can’t perform that action at this time.
0 commit comments