We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70028c4 commit 8a73836Copy full SHA for 8a73836
1 file changed
src/postgres/lib.rs
@@ -60,6 +60,8 @@ fn main() {
60
// Needed for rustdoc-ng
61
#[link(name="postgres", vers="0.1")];
62
63
+#[doc(html_root_url="http://docs.octayn.net/postgres")];
64
+
65
#[warn(missing_doc)];
66
67
extern mod extra;
0 commit comments