This repository was archived by the owner on Aug 20, 2021. It is now read-only.
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 @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
7
7
readme = " README.md"
8
8
repository = " https://github.com/rust-lang/tempdir"
9
9
homepage = " https://github.com/rust-lang/tempdir"
10
- documentation = " http ://doc.rust-lang.org/tempdir"
10
+ documentation = " https ://doc.rust-lang.org/tempdir"
11
11
description = """
12
12
A library for managing a temporary directory and deleting all contents when it's
13
13
dropped.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ contents when the directory is dropped.
6
6
7
7
[ ![ Build Status] ( https://travis-ci.org/rust-lang/tempdir.svg?branch=master )] ( https://travis-ci.org/rust-lang/tempdir )
8
8
9
- [ Documentation] ( http ://doc.rust-lang.org/tempdir)
9
+ [ Documentation] ( https ://doc.rust-lang.org/tempdir)
10
10
11
11
## Usage
12
12
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- #![ doc( html_logo_url = "http ://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
12
- html_favicon_url = "http ://www.rust-lang.org/favicon.ico" ,
13
- html_root_url = "http ://doc.rust-lang.org/tempdir/" ) ]
11
+ #![ doc( html_logo_url = "https ://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
12
+ html_favicon_url = "https ://www.rust-lang.org/favicon.ico" ,
13
+ html_root_url = "https ://doc.rust-lang.org/tempdir/" ) ]
14
14
#![ cfg_attr( test, deny( warnings) ) ]
15
15
16
16
extern crate rand;
You can’t perform that action at this time.
0 commit comments