Skip to content

Commit 6275056

Browse files
committed
Set the doc root
1 parent eb53d51 commit 6275056

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio-postgres/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
//! l.run(done).unwrap();
5050
//! }
5151
//! ```
52+
#![doc(html_root_url="https://docs.rs/tokio-postgres/0.1.0")]
5253
#![warn(missing_docs)]
5354

5455
extern crate fallible_iterator;

0 commit comments

Comments
 (0)