From 6803c2c33cf7dcdebd64fa6e4da0cd16e216ba3c Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Tue, 4 Jul 2023 16:01:11 +0200 Subject: [PATCH] Remove a couple of unused feature gates --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index c3611bba..d5d9e9ca 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -50,10 +50,8 @@ #![feature(asm_const)] // TODO: Relax requirements of most asm invocations #![feature(concat_idents)] #![feature(core_intrinsics)] -#![feature(integer_atomics)] #![feature(int_roundings)] #![feature(naked_functions)] -#![feature(ptr_internals)] #![feature(slice_ptr_get, slice_ptr_len)] #![feature(sync_unsafe_cell)] #![feature(thread_local)] -- GitLab