Remove unused cell_extras feature gates. Fixes #9912

This commit is contained in:
Suvish Varghese Thoovamalayil 2016-03-08 16:56:13 +05:30
parent e3bea4f887
commit de68820e76
3 changed files with 0 additions and 3 deletions

View file

@ -4,7 +4,6 @@
#![feature(box_syntax)]
#![feature(box_patterns)]
#![feature(cell_extras)]
#![feature(concat_idents)]
#![feature(core_intrinsics)]
#![feature(custom_attribute)]