Remove unused feature

This commit is contained in:
Jeremy Soller
2020-02-09 09:50:48 -07:00
parent 388ab2c87d
commit d42c1ba14e

View File

@@ -48,7 +48,6 @@
#![feature(integer_atomics)]
#![feature(lang_items)]
#![feature(naked_functions)]
#![feature(never_type)]
#![feature(ptr_internals)]
#![feature(thread_local)]
#![no_std]