Browse Source

Add a root doc url

add-rc-path
Alex Crichton 10 years ago
parent
commit
1a28f0d295
  1. 1
      src/lib.rs

1
src/lib.rs

@ -42,6 +42,7 @@
//! }
//! ```
#![doc(html_root_url = "http://alexcrichton.com/gcc-rs")]
#![feature(io, path, fs)]
use std::env;

Loading…
Cancel
Save