Add rustdoc html crate info

This commit is contained in:
Steven Fackler
2014-03-15 14:26:12 -07:00
parent 352c5e7eb7
commit 9106c15ffd
16 changed files with 48 additions and 0 deletions

View File

@@ -27,6 +27,9 @@
#[crate_type = "rlib"];
#[crate_type = "dylib"];
#[license = "MIT/ASL2"];
#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
html_root_url = "http://static.rust-lang.org/doc/master")];
#[allow(deprecated_owned_vector)];
use std::cell::Cell;