File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = ["The Rust Project Developers"]
6
6
license = " MIT/Apache-2.0"
7
7
homepage = " https://github.com/rust-lang/glob"
8
8
repository = " https://github.com/rust-lang/glob"
9
- documentation = " http ://doc.rust-lang.org/glob"
9
+ documentation = " https ://doc.rust-lang.org/glob"
10
10
description = """
11
11
Support for matching file paths against Unix shell style patterns.
12
12
"""
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Support for matching file paths against Unix shell style patterns.
5
5
6
6
[ ![ Build Status] ( https://travis-ci.org/rust-lang/glob.svg?branch=master )] ( https://travis-ci.org/rust-lang/glob )
7
7
8
- [ Documentation] ( http ://doc.rust-lang.org/glob)
8
+ [ Documentation] ( https ://doc.rust-lang.org/glob)
9
9
10
10
## Usage
11
11
Original file line number Diff line number Diff line change 20
20
//! is implemented entirely in Rust rather than deferring to the libc
21
21
//! `glob`/`fnmatch` functions.
22
22
23
- #![ doc( html_logo_url = "http ://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
24
- html_favicon_url = "http ://www.rust-lang.org/favicon.ico" ,
25
- html_root_url = "http ://doc.rust-lang.org/glob/" ) ]
23
+ #![ doc( html_logo_url = "https ://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
24
+ html_favicon_url = "https ://www.rust-lang.org/favicon.ico" ,
25
+ html_root_url = "https ://doc.rust-lang.org/glob/" ) ]
26
26
#![ cfg_attr( all( test, windows) , feature( std_misc) ) ]
27
27
28
28
use std:: ascii:: AsciiExt ;
You can’t perform that action at this time.
0 commit comments