We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581b1fe commit a6c3c92Copy full SHA for a6c3c92
src/lib.rs
@@ -22,9 +22,9 @@ dome.indices;
22
23
*/
24
25
-#![feature(core, collections, str_words)]
+#![feature(core, collections, str_words, slice_patterns)]
26
#![cfg_attr(test, feature(test))]
27
-#![deny(warnings, missing_docs)]
+#![deny(missing_docs)]
28
29
#[cfg(feature = "glium-support")]
30
#[macro_use]
0 commit comments