Skip to content

Commit a6c3c92

Browse files
committedMar 30, 2015
Update rustc nightly
rust-lang/rust#23794
1 parent 581b1fe commit a6c3c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ dome.indices;
2222
2323
*/
2424

25-
#![feature(core, collections, str_words)]
25+
#![feature(core, collections, str_words, slice_patterns)]
2626
#![cfg_attr(test, feature(test))]
27-
#![deny(warnings, missing_docs)]
27+
#![deny(missing_docs)]
2828

2929
#[cfg(feature = "glium-support")]
3030
#[macro_use]

0 commit comments

Comments
 (0)
Please sign in to comment.