diff options
| author | Fenrir <[email protected]> | 2018-01-26 08:33:55 -0700 |
|---|---|---|
| committer | FenrirWolf <[email protected]> | 2018-01-26 08:44:13 -0700 |
| commit | 27d894983192b16aa123574963bf3419e9b9a631 (patch) | |
| tree | 2650b624f726ba978fafd2c5dc3aa2ec9bf53197 /ctr-std/src/lib.rs | |
| parent | core::ops::Place is unsafe now (diff) | |
| download | ctru-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.rs | 1 |
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)] |