Skip to content

Commit

Permalink
Add back crate_name for rustdoc
Browse files Browse the repository at this point in the history
Closes #10
  • Loading branch information
sfackler committed Aug 23, 2014
1 parent 9fd8d24 commit 92ec57a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions phf/src/lib.rs
Expand Up @@ -5,6 +5,7 @@
#![doc(html_root_url="http://www.rust-ci.org/sfackler")]
#![warn(missing_doc)]
#![feature(macro_rules)]
#![crate_name="phf"]

use std::fmt;
use std::iter;
Expand Down
1 change: 1 addition & 0 deletions phf_mac/src/lib.rs
Expand Up @@ -3,6 +3,7 @@
//! See the documentation for the `phf` crate for more details.
#![doc(html_root_url="http://sfackler.github.io/rust-phf/doc")]
#![feature(plugin_registrar, quote, default_type_params, macro_rules)]
#![crate_name="phf_mac"]

extern crate rand;
extern crate syntax;
Expand Down

0 comments on commit 92ec57a

Please sign in to comment.