Skip to content

Commit f84ec02

Browse files
committed
remove feature(convert_id) from lib{core,std}/lib.rs
1 parent 71187b7 commit f84ec02

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: src/libcore/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
#![feature(const_fn)]
8484
#![feature(const_int_ops)]
8585
#![feature(const_fn_union)]
86-
#![feature(convert_id)]
8786
#![feature(custom_attribute)]
8887
#![feature(doc_cfg)]
8988
#![feature(doc_spotlight)]

Diff for: src/libstd/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@
254254
#![feature(const_fn)]
255255
#![feature(const_int_ops)]
256256
#![feature(const_ip)]
257-
#![feature(convert_id)]
258257
#![feature(core_intrinsics)]
259258
#![feature(dropck_eyepatch)]
260259
#![feature(exact_size_is_empty)]

0 commit comments

Comments
 (0)