Stabilize doc_alias feature

This commit is contained in:
Guillaume Gomez 2020-08-20 13:35:00 +02:00
parent b5f55b7e15
commit d069c7e928
10 changed files with 18 additions and 61 deletions

View file

@ -245,7 +245,7 @@
#![feature(core_intrinsics)]
#![feature(custom_test_frameworks)]
#![feature(decl_macro)]
#![feature(doc_alias)]
#![cfg_attr(bootstrap, feature(doc_alias))]
#![feature(doc_cfg)]
#![feature(doc_keyword)]
#![feature(doc_masked)]