Remove box_syntax feature gate from librustdoc

This commit is contained in:
est31 2022-07-11 00:29:15 +02:00
parent 79246e8e9a
commit 0bf65c7c92

View file

@ -7,7 +7,6 @@
#![feature(assert_matches)]
#![feature(box_patterns)]
#![feature(control_flow_enum)]
#![feature(box_syntax)]
#![feature(drain_filter)]
#![cfg_attr(bootstrap, feature(let_chains))]
#![feature(let_else)]