From 15c8e6376d97a871f0db16f8bfe24fb036a7feff Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Wed, 22 May 2019 18:20:40 +0200 Subject: [PATCH] Add html_root_url --- rust-bindings/rust/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust-bindings/rust/src/lib.rs b/rust-bindings/rust/src/lib.rs index b8fc7c0f..a3270824 100644 --- a/rust-bindings/rust/src/lib.rs +++ b/rust-bindings/rust/src/lib.rs @@ -1,3 +1,5 @@ +#![doc(html_root_url = "https://fkrull.gitlab.io/ostree-rs")] + extern crate gio_sys; extern crate glib_sys; extern crate gobject_sys;