Skip to content

Commit

Permalink
Merge pull request #19 from alexcrichton/update
Browse files Browse the repository at this point in the history
Enable the slicing syntax feature
  • Loading branch information
sfackler committed Oct 9, 2014
2 parents a1b5030 + 2f433f2 commit 996edc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phf_mac/src/lib.rs
Expand Up @@ -3,6 +3,8 @@
//! 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)]
#![feature(slicing_syntax)]
#![allow(unknown_features)]

extern crate rand;
extern crate syntax;
Expand Down

0 comments on commit 996edc6

Please sign in to comment.