Skip to content
This repository was archived by the owner on Aug 20, 2021. It is now read-only.

Commit 0faf91f

Browse files
authored
Merge pull request #30 from Cldfire/master
Point html_root_url at docs.rs
2 parents ed7a0b4 + 7dd2545 commit 0faf91f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22

33
name = "tempdir"
4+
# NB: When modifying, also modify html_root_url in lib.rs
45
version = "0.3.5"
56
authors = ["The Rust Project Developers"]
67
license = "MIT/Apache-2.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
1212
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
13-
html_root_url = "https://doc.rust-lang.org/tempdir/")]
13+
html_root_url = "https://docs.rs/tempdir/0.3.5")]
1414
#![cfg_attr(test, deny(warnings))]
1515

1616
//! Temporary directories of files.

0 commit comments

Comments
 (0)