From 27d894983192b16aa123574963bf3419e9b9a631 Mon Sep 17 00:00:00 2001 From: Fenrir Date: Fri, 26 Jan 2018 08:33:55 -0700 Subject: [PATCH] repr_align stabilized --- ctr-std/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ctr-std/src/lib.rs b/ctr-std/src/lib.rs index f8245c5..a0d76cf 100644 --- a/ctr-std/src/lib.rs +++ b/ctr-std/src/lib.rs @@ -296,7 +296,6 @@ #![feature(ptr_internals)] #![feature(rand)] #![feature(raw)] -#![feature(repr_align)] #![feature(rustc_attrs)] #![feature(sip_hash_13)] #![feature(slice_bytes)]