Put doc keyword behind feature flag

This commit is contained in:
Guillaume Gomez
2018-06-03 00:45:49 +02:00
parent f784d5ead2
commit ded5c5a9ee
3 changed files with 11 additions and 0 deletions

View File

@@ -316,6 +316,7 @@
#![cfg_attr(test, feature(update_panic_count))]
#![cfg_attr(windows, feature(used))]
#![feature(doc_alias)]
#![feature(doc_keyword)]
#![feature(float_internals)]
#![feature(panic_info_message)]
#![cfg_attr(not(stage0), feature(panic_implementation))]