1
Fork 0

add doc_highlight feature flag and tests

This commit is contained in:
QuietMisdreavus 2017-10-04 22:00:22 -05:00 committed by Guillaume Gomez
parent cbe4ac3079
commit 831fd78341
6 changed files with 112 additions and 0 deletions

View file

@ -329,6 +329,7 @@
#![feature(vec_push_all)]
#![feature(doc_cfg)]
#![feature(doc_masked)]
#![feature(doc_spotlight)]
#![cfg_attr(test, feature(update_panic_count))]
#![cfg_attr(windows, feature(const_atomic_ptr_new))]