File tree 2 files changed +4
-212
lines changed
2 files changed +4
-212
lines changed Original file line number Diff line number Diff line change 24
24
*/
25
25
26
26
#![ crate_name = "glob" ]
27
- #![ experimental]
27
+ #![ deprecated = "This is now a cargo package located at: \
28
+ https://github.com/rust-lang/glob"]
28
29
#![ crate_type = "rlib" ]
29
30
#![ crate_type = "dylib" ]
30
31
#![ license = "MIT/ASL2" ]
31
32
#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
32
33
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
33
34
html_root_url = "http://doc.rust-lang.org/master/" ,
34
35
html_playground_url = "http://play.rust-lang.org/" ) ]
36
+ #![ allow( deprecated) ]
35
37
36
38
use std:: cell:: Cell ;
37
39
use std:: { cmp, os, path} ;
@@ -64,6 +66,7 @@ pub struct Paths {
64
66
/// `puppies.jpg` and `hamsters.gif`:
65
67
///
66
68
/// ```rust
69
+ /// # #![allow(deprecated)]
67
70
/// use glob::glob;
68
71
///
69
72
/// for path in glob("/media/pictures/*.jpg") {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments