File tree Expand file tree Collapse file tree 2 files changed +4
-212
lines changed Expand file tree Collapse file tree 2 files changed +4
-212
lines changed Original file line number Diff line number Diff line change 2424 */
2525
2626#![ crate_name = "glob" ]
27- #![ experimental]
27+ #![ deprecated = "This is now a cargo package located at: \
28+ https://github.com/rust-lang/glob"]
2829#![ crate_type = "rlib" ]
2930#![ crate_type = "dylib" ]
3031#![ license = "MIT/ASL2" ]
3132#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
3233 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
3334 html_root_url = "http://doc.rust-lang.org/master/" ,
3435 html_playground_url = "http://play.rust-lang.org/" ) ]
36+ #![ allow( deprecated) ]
3537
3638use std:: cell:: Cell ;
3739use std:: { cmp, os, path} ;
@@ -64,6 +66,7 @@ pub struct Paths {
6466/// `puppies.jpg` and `hamsters.gif`:
6567///
6668/// ```rust
69+ /// # #![allow(deprecated)]
6770/// use glob::glob;
6871///
6972/// 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