aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/lib.rs
diff options
context:
space:
mode:
authorFenrir <[email protected]>2018-01-26 08:33:55 -0700
committerFenrirWolf <[email protected]>2018-01-26 08:44:13 -0700
commit27d894983192b16aa123574963bf3419e9b9a631 (patch)
tree2650b624f726ba978fafd2c5dc3aa2ec9bf53197 /ctr-std/src/lib.rs
parentcore::ops::Place is unsafe now (diff)
downloadctru-rs-27d894983192b16aa123574963bf3419e9b9a631.tar.xz
ctru-rs-27d894983192b16aa123574963bf3419e9b9a631.zip
repr_align stabilized
Diffstat (limited to 'ctr-std/src/lib.rs')
-rw-r--r--ctr-std/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
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)]