Skip to content

Commit

Permalink
Merge pull request #352 from lfairy/patch-1
Browse files Browse the repository at this point in the history
Add #![feature(slice_patterns)]
  • Loading branch information
nwin committed Mar 29, 2015
2 parents dc4dc51 + 3a1ddcb commit 702d493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#![feature(rustc_private)]
#![feature(step_by)]
#![feature(convert)]
#![feature(slice_patterns)]
#![cfg_attr(test, feature(test))]

extern crate byteorder;
Expand Down

0 comments on commit 702d493

Please sign in to comment.