Skip to content

Commit fd516af

Browse files
committed
librustdoc: or_patterns are stable
1 parent 1f38c47 commit fd516af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#![feature(box_syntax)]
99
#![feature(in_band_lifetimes)]
1010
#![feature(nll)]
11-
#![feature(or_patterns)]
11+
#![cfg_attr(bootstrap, feature(or_patterns))]
1212
#![feature(test)]
1313
#![feature(crate_visibility_modifier)]
1414
#![feature(never_type)]

0 commit comments

Comments
 (0)