1
Fork 0

Remove unnecessary feature attributes that sneaked in

This commit is contained in:
varkor 2018-07-23 14:53:39 +01:00
parent bd66cbb806
commit c81b95f305
10 changed files with 0 additions and 16 deletions

View file

@ -17,13 +17,11 @@
#![feature(rustc_private)]
#![feature(box_patterns)]
#![feature(box_syntax)]
#![feature(fs_read_write)]
#![feature(iterator_find_map)]
#![feature(set_stdio)]
#![feature(slice_sort_by_cached_key)]
#![feature(test)]
#![feature(vec_remove_item)]
#![feature(entry_and_modify)]
#![feature(ptr_offset_from)]
#![feature(crate_visibility_modifier)]