1
Fork 0

stage0 cfg cleanup

This commit is contained in:
Mark Simulacrum 2018-02-18 16:57:21 -07:00
parent 24b485b918
commit 33f5ceee1f
16 changed files with 0 additions and 50 deletions

View file

@ -324,7 +324,6 @@
#![feature(doc_spotlight)]
#![cfg_attr(test, feature(update_panic_count))]
#![cfg_attr(windows, feature(used))]
#![cfg_attr(stage0, feature(repr_align))]
#![default_lib_allocator]