48
48
//!
49
49
//! ## Examples
50
50
//!
51
- //! ```rust
51
+ //! ```rust,ignore
52
52
//! # #![feature(old_path, old_io)]
53
53
//! use std::old_io::fs::PathExtensions;
54
54
//! use std::old_path::{Path, GenericPath};
@@ -190,7 +190,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
190
190
///
191
191
/// # Examples
192
192
///
193
- /// ```
193
+ /// ```ignore
194
194
/// # #![feature(old_path)]
195
195
/// use std::old_path::{Path, GenericPath};
196
196
/// # foo();
@@ -209,7 +209,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
209
209
///
210
210
/// # Examples
211
211
///
212
- /// ```
212
+ /// ```ignore
213
213
/// # #![feature(old_path)]
214
214
/// use std::old_path::{Path, GenericPath};
215
215
/// # foo();
@@ -225,7 +225,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
225
225
///
226
226
/// # Examples
227
227
///
228
- /// ```
228
+ /// ```ignore
229
229
/// # #![feature(old_path)]
230
230
/// use std::old_path::{Path, GenericPath};
231
231
/// # foo();
@@ -242,7 +242,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
242
242
///
243
243
/// # Examples
244
244
///
245
- /// ```
245
+ /// ```ignore
246
246
/// # #![feature(old_path)]
247
247
/// use std::old_path::{Path, GenericPath};
248
248
/// # foo();
@@ -262,7 +262,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
262
262
///
263
263
/// # Examples
264
264
///
265
- /// ```
265
+ /// ```ignore
266
266
/// # #![feature(old_path)]
267
267
/// use std::old_path::{Path, GenericPath};
268
268
/// # foo();
@@ -281,7 +281,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
281
281
///
282
282
/// # Examples
283
283
///
284
- /// ```
284
+ /// ```ignore
285
285
/// # #![feature(old_path)]
286
286
/// use std::old_path::{Path, GenericPath};
287
287
/// # foo();
@@ -298,7 +298,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
298
298
///
299
299
/// # Examples
300
300
///
301
- /// ```
301
+ /// ```ignore
302
302
/// # #![feature(old_path)]
303
303
/// use std::old_path::{Path, GenericPath};
304
304
/// # foo();
@@ -319,7 +319,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
319
319
///
320
320
/// # Examples
321
321
///
322
- /// ```
322
+ /// ```ignore
323
323
/// # #![feature(old_path)]
324
324
/// use std::old_path::{Path, GenericPath};
325
325
/// # foo();
@@ -336,7 +336,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
336
336
///
337
337
/// # Examples
338
338
///
339
- /// ```
339
+ /// ```ignore
340
340
/// # #![feature(old_path)]
341
341
/// use std::old_path::{Path, GenericPath};
342
342
/// # foo();
@@ -357,7 +357,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
357
357
///
358
358
/// # Examples
359
359
///
360
- /// ```
360
+ /// ```ignore
361
361
/// # #![feature(old_path)]
362
362
/// use std::old_path::{Path, GenericPath};
363
363
/// # foo();
@@ -386,7 +386,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
386
386
///
387
387
/// # Examples
388
388
///
389
- /// ```
389
+ /// ```ignore
390
390
/// # #![feature(old_path)]
391
391
/// use std::old_path::{Path, GenericPath};
392
392
/// # foo();
@@ -408,7 +408,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
408
408
///
409
409
/// # Examples
410
410
///
411
- /// ```
411
+ /// ```ignore
412
412
/// # #![feature(old_path)]
413
413
/// use std::old_path::{Path, GenericPath};
414
414
/// # foo();
@@ -437,7 +437,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
437
437
///
438
438
/// # Examples
439
439
///
440
- /// ```
440
+ /// ```ignore
441
441
/// # #![feature(old_path)]
442
442
/// use std::old_path::{Path, GenericPath};
443
443
/// # foo();
@@ -457,7 +457,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
457
457
///
458
458
/// # Examples
459
459
///
460
- /// ```
460
+ /// ```ignore
461
461
/// # #![feature(old_path)]
462
462
/// use std::old_path::{Path, GenericPath};
463
463
/// # foo();
@@ -485,7 +485,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
485
485
///
486
486
/// # Examples
487
487
///
488
- /// ```
488
+ /// ```ignore
489
489
/// # #![feature(old_path)]
490
490
/// use std::old_path::{Path, GenericPath};
491
491
/// # foo();
@@ -537,7 +537,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
537
537
///
538
538
/// # Examples
539
539
///
540
- /// ```
540
+ /// ```ignore
541
541
/// # #![feature(old_path)]
542
542
/// use std::old_path::{Path, GenericPath};
543
543
/// # foo();
@@ -564,7 +564,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
564
564
///
565
565
/// # Examples
566
566
///
567
- /// ```
567
+ /// ```ignore
568
568
/// # #![feature(old_path)]
569
569
/// use std::old_path::{Path, GenericPath};
570
570
/// # foo();
@@ -590,7 +590,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
590
590
///
591
591
/// # Examples
592
592
///
593
- /// ```
593
+ /// ```ignore
594
594
/// # #![feature(old_path)]
595
595
/// use std::old_path::{Path, GenericPath};
596
596
/// # foo();
@@ -611,7 +611,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
611
611
///
612
612
/// # Examples
613
613
///
614
- /// ```
614
+ /// ```ignore
615
615
/// # #![feature(old_path)]
616
616
/// use std::old_path::{Path, GenericPath};
617
617
/// # foo();
@@ -628,7 +628,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
628
628
///
629
629
/// # Examples
630
630
///
631
- /// ```
631
+ /// ```ignore
632
632
/// # #![feature(old_path)]
633
633
/// use std::old_path::{Path, GenericPath};
634
634
/// # foo();
@@ -654,7 +654,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
654
654
///
655
655
/// # Examples
656
656
///
657
- /// ```
657
+ /// ```ignore
658
658
/// # #![feature(old_path)]
659
659
/// use std::old_path::{Path, GenericPath};
660
660
/// # foo();
@@ -685,7 +685,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
685
685
///
686
686
/// # Examples
687
687
///
688
- /// ```
688
+ /// ```ignore
689
689
/// # #![feature(old_path)]
690
690
/// use std::old_path::{Path, GenericPath};
691
691
/// # foo();
@@ -704,7 +704,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
704
704
///
705
705
/// # Examples
706
706
///
707
- /// ```
707
+ /// ```ignore
708
708
/// # #![feature(old_path)]
709
709
/// use std::old_path::{Path, GenericPath};
710
710
/// # foo();
@@ -731,7 +731,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
731
731
///
732
732
/// # Examples
733
733
///
734
- /// ```
734
+ /// ```ignore
735
735
/// # #![feature(old_path)]
736
736
/// use std::old_path::{Path, GenericPath};
737
737
/// # foo();
@@ -755,7 +755,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
755
755
///
756
756
/// # Examples
757
757
///
758
- /// ```
758
+ /// ```ignore
759
759
/// # #![feature(old_path)]
760
760
/// use std::old_path::{Path, GenericPath};
761
761
/// # foo();
@@ -774,7 +774,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
774
774
///
775
775
/// # Examples
776
776
///
777
- /// ```
777
+ /// ```ignore
778
778
/// # #![feature(old_path)]
779
779
/// use std::old_path::{Path, GenericPath};
780
780
/// # foo();
@@ -794,7 +794,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
794
794
///
795
795
/// # Examples
796
796
///
797
- /// ```
797
+ /// ```ignore
798
798
/// # #![feature(old_path)]
799
799
/// use std::old_path::{Path, GenericPath};
800
800
/// # foo();
@@ -815,7 +815,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
815
815
///
816
816
/// # Examples
817
817
///
818
- /// ```
818
+ /// ```ignore
819
819
/// # #![feature(old_path)]
820
820
/// use std::old_path::{Path, GenericPath};
821
821
/// # foo();
@@ -833,7 +833,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe {
833
833
///
834
834
/// # Examples
835
835
///
836
- /// ```
836
+ /// ```ignore
837
837
/// # #![feature(old_path)]
838
838
/// use std::old_path::{Path, GenericPath};
839
839
/// # foo();
0 commit comments