diff options
| author | QuietMisdreavus <grey@quietmisdreavus.net> | 2017-10-04 22:00:22 -0500 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-11-17 22:50:15 +0100 |
| commit | 831fd783416d9f87ec9308ed56e891d0b1ffdbcd (patch) | |
| tree | fba456f839de14c0fc114beced70cf55a531f0e8 /src/libstd | |
| parent | cbe4ac30797f9e994b3ae275e3edf12b2d450800 (diff) | |
| download | rust-831fd783416d9f87ec9308ed56e891d0b1ffdbcd.tar.gz rust-831fd783416d9f87ec9308ed56e891d0b1ffdbcd.zip | |
add doc_highlight feature flag and tests
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 37cc7a49b52..ccc89ccdcf4 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -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))] |
