From 1a28f0d2955b98904a0f95111d1018f46a5b7781 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 3 Mar 2015 20:36:13 -0800 Subject: [PATCH] Add a root doc url --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 2d5e32c..0f58204 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -42,6 +42,7 @@ //! } //! ``` +#![doc(html_root_url = "http://alexcrichton.com/gcc-rs")] #![feature(io, path, fs)] use std::env;