Stop using unstable slice_patterns feature

This commit is contained in:
Matt Brubeck 2017-05-01 14:17:37 -07:00
parent e92a79619e
commit 10478b4fa3
5 changed files with 5 additions and 10 deletions

View file

@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(box_syntax)]
#![feature(slice_patterns)]
#![feature(step_by)]
#![deny(unsafe_code)]