remove feature(convert_id) from lib{core,std}/lib.rs

This commit is contained in:
Mazdak Farrokhzad 2018-08-19 19:25:35 +02:00
parent 71187b7e18
commit f84ec02bf7
2 changed files with 0 additions and 2 deletions

View File

@ -83,7 +83,6 @@
#![feature(const_fn)]
#![feature(const_int_ops)]
#![feature(const_fn_union)]
#![feature(convert_id)]
#![feature(custom_attribute)]
#![feature(doc_cfg)]
#![feature(doc_spotlight)]

View File

@ -254,7 +254,6 @@
#![feature(const_fn)]
#![feature(const_int_ops)]
#![feature(const_ip)]
#![feature(convert_id)]
#![feature(core_intrinsics)]
#![feature(dropck_eyepatch)]
#![feature(exact_size_is_empty)]