Browse Source

repr_align stabilized

pull/10/head
Fenrir 7 years ago committed by FenrirWolf
parent
commit
27d8949831
  1. 1
      ctr-std/src/lib.rs

1
ctr-std/src/lib.rs

@ -296,7 +296,6 @@
#![feature(ptr_internals)] #![feature(ptr_internals)]
#![feature(rand)] #![feature(rand)]
#![feature(raw)] #![feature(raw)]
#![feature(repr_align)]
#![feature(rustc_attrs)] #![feature(rustc_attrs)]
#![feature(sip_hash_13)] #![feature(sip_hash_13)]
#![feature(slice_bytes)] #![feature(slice_bytes)]

Loading…
Cancel
Save