Skip to content

Commit

Permalink
Update rustc nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
simnalamburt committed Mar 30, 2015
1 parent 581b1fe commit a6c3c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ dome.indices;
*/

#![feature(core, collections, str_words)]
#![feature(core, collections, str_words, slice_patterns)]
#![cfg_attr(test, feature(test))]
#![deny(warnings, missing_docs)]
#![deny(missing_docs)]

#[cfg(feature = "glium-support")]
#[macro_use]
Expand Down

0 comments on commit a6c3c92

Please sign in to comment.