Skip to content

Commit ba7628e

Browse files
committed
Add doc url root
1 parent df301dd commit ba7628e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! A crate providing access to the Postgres large object API.
22
#![feature(unsafe_destructor, io, core)]
3+
#![doc(html_root_url="https://sfackler.github.io/rust-postgres-large-object/doc")]
34

45
extern crate postgres;
56

0 commit comments

Comments
 (0)