1
Fork 0

Exposed all platform-specific documentation.

This commit is contained in:
kennytm 2017-08-05 14:39:46 +08:00
parent a2b888675a
commit b4114ebe3a
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C
7 changed files with 75 additions and 30 deletions

View file

@ -314,6 +314,7 @@
#![feature(untagged_unions)]
#![feature(unwind_attributes)]
#![feature(vec_push_all)]
#![feature(doc_cfg)]
#![cfg_attr(test, feature(update_panic_count))]
#![default_lib_allocator]