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

Commit 74fe8cf

Browse files
committed
Add html_root_url attribute
Fixes #176
1 parent 61f7b7a commit 74fe8cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

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

33
name = "error-chain"
4-
version = "0.10.1-pre"
4+
version = "0.10.1-pre" # remember to update html_root_url
55
authors = [ "Brian Anderson <[email protected]>",
66
"Paul Colomiets <[email protected]>",
77
"Colin Kiegel <[email protected]>",

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![deny(missing_docs)]
2+
#![doc(html_root_url = "https://docs.rs/error-chain/0.10.0")]
23

34
//! A library for consistent and reliable error handling
45
//!

0 commit comments

Comments
 (0)