Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 0bf65c7

Browse files
committed
Remove box_syntax feature gate from librustdoc
1 parent 79246e8 commit 0bf65c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#![feature(assert_matches)]
88
#![feature(box_patterns)]
99
#![feature(control_flow_enum)]
10-
#![feature(box_syntax)]
1110
#![feature(drain_filter)]
1211
#![cfg_attr(bootstrap, feature(let_chains))]
1312
#![feature(let_else)]

0 commit comments

Comments
 (0)