Skip to content

Commit

Permalink
Remove compiler_builtins_lib feature from libstd
Browse files Browse the repository at this point in the history
  • Loading branch information
dingelish committed Nov 19, 2019
1 parent 0ccee30 commit f6b327b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@
#![feature(cfg_target_thread_local)]
#![feature(char_error_internals)]
#![feature(clamp)]
#![feature(compiler_builtins_lib)]
#![feature(concat_idents)]
#![feature(const_cstr_unchecked)]
#![feature(const_raw_ptr_deref)]
Expand Down

0 comments on commit f6b327b

Please sign in to comment.