Skip to content

Commit c2217b7

Browse files
authored
Get rid of unnecessary #![feature(core_float)].
1 parent 8208c77 commit c2217b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/libstd/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@
252252
#![feature(char_error_internals)]
253253
#![feature(compiler_builtins_lib)]
254254
#![feature(const_fn)]
255-
#![feature(core_float)]
256255
#![feature(const_int_ops)]
257256
#![feature(const_ip)]
258257
#![feature(convert_id)]

0 commit comments

Comments
 (0)