Skip to content
Snippets Groups Projects
Commit 836c94ba authored by Matthew Hall's avatar Matthew Hall
Browse files

Enable slicing syntax feature

Newer versions of rust require slicing to be enabled through a crate
attribute to be able to use [] as .as_slice()
parent 2f53322d
No related branches found
No related tags found
No related merge requests found
#![feature(globs, macro_rules, struct_variant)] #![feature(globs, macro_rules, struct_variant, slicing_syntax)]
extern crate flate2; extern crate flate2;
extern crate xml; extern crate xml;
extern crate serialize; extern crate serialize;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment