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(as_unsafe_cell)]
#![feature(box_syntax)]
#![feature(cell_extras)]
#![feature(custom_derive)]
#![feature(mpsc_select)]
#![feature(nonzero)]