Revert the rustdoc box syntax removal

It turned out to cause (minor) perf regressions.
This commit is contained in:
est31
2021-09-21 01:49:47 +02:00
parent 207d9558d0
commit f809ed657c
10 changed files with 47 additions and 54 deletions

View File

@@ -7,6 +7,7 @@
#![feature(assert_matches)]
#![feature(box_patterns)]
#![feature(control_flow_enum)]
#![feature(box_syntax)]
#![feature(in_band_lifetimes)]
#![feature(nll)]
#![feature(test)]