diff --git a/src/lib.rs b/src/lib.rs index 9b1c8c4..4f18ee3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -48,7 +48,6 @@ #![feature(integer_atomics)] #![feature(lang_items)] #![feature(naked_functions)] -#![feature(never_type)] #![feature(ptr_internals)] #![feature(thread_local)] #![no_std]